blob: ada3e84affd800955d6376c0553c376a7353dee6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
--- config/system.wmmount.sh.orig Fri Jun 18 04:41:41 1999
+++ config/system.wmmount.sh Tue Jun 27 22:34:30 2000
@@ -24,7 +24,7 @@
# See the README file for a more complete notice.
# This configuration file to be saved as
-# /usr/X11R6/lib/X11/wmmount/system.wmmount or as ~/.wmmount.
+# %%PREFIX%%/lib/X11/wmmount/system.wmmount or as ~/.wmmount.
# Commands must appear (without a '#') at the beginning of the line.
@@ -41,7 +41,7 @@
# Tell wmmount what to do when you double-click on the information box.
# This entry may be ommitted.
-#opencmd=/usr/X11R6/bin/nxterm -T '%n - %m' -e mc %m
+#opencmd=%%PREFIX%%/bin/nxterm -T '%n - %m' -e mc %m
#opencmd=kfmclient exec %m
# Choose fonts for the information box.
@@ -55,10 +55,10 @@
# Ensure all icons exist and are accessible.
# At least one icon must be specified.
-icon /usr/X11R6/lib/X11/wmmount/cdrom.xpm
-icon /usr/X11R6/lib/X11/wmmount/floppy.xpm
-icon /usr/X11R6/lib/X11/wmmount/zip.xpm
-icon /usr/X11R6/lib/X11/wmmount/harddisk.xpm
+icon %%PREFIX%%/lib/X11/wmmount/cdrom.xpm
+icon %%PREFIX%%/lib/X11/wmmount/floppy.xpm
+icon %%PREFIX%%/lib/X11/wmmount/zip.xpm
+icon %%PREFIX%%/lib/X11/wmmount/harddisk.xpm
# Give details of all mountpoints.
|