chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
A couple of fixes for Ubuntu Dapper:
[disorder]
/
disobedience
/
help.c
diff --git
a/disobedience/help.c
b/disobedience/help.c
index db46db0f2d10bcdf6ec01d9e31b2227605b3b260..55309f0760fd375d77c23b1621d098a007b5005c 100644
(file)
--- a/
disobedience/help.c
+++ b/
disobedience/help.c
@@
-31,7
+31,7
@@
void popup_help(void) {
pid_t pid;
int w;
- byte_xasprintf(&path, "%s/disobedience.html",
doc
dir);
+ byte_xasprintf(&path, "%s/disobedience.html",
pkgdata
dir);
if(!(pid = xfork())) {
exitfn = _exit;
if(!xfork()) {