81d48bb293
- patch exo-mount to make it find /sbin/mount - add dependency on devel/libnotify for exo-mount-notify - install generated gtk-doc - add update-desktop-database goo ok ajacoutot@ jasper@
13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
$OpenBSD: patch-exo-mount_exo-mount-fstab_c,v 1.1 2007/12/18 20:21:15 landry Exp $
|
|
--- exo-mount/exo-mount-fstab.c.orig Wed Dec 5 19:04:10 2007
|
|
+++ exo-mount/exo-mount-fstab.c Wed Dec 5 19:04:36 2007
|
|
@@ -38,7 +38,7 @@
|
|
|
|
/* define _PATH_MOUNT if undefined */
|
|
#ifndef _PATH_MOUNT
|
|
-#define _PATH_MOUNT "/bin/mount"
|
|
+#define _PATH_MOUNT "/sbin/mount"
|
|
#endif
|
|
|
|
|