projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39851ac
)
fix
fuse_2_4_0_rc1
author
Miklos Szeredi
<miklos@szeredi.hu>
Mon, 26 Sep 2005 14:58:35 +0000
(14:58 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Mon, 26 Sep 2005 14:58:35 +0000
(14:58 +0000)
util/Makefile.am
patch
|
blob
|
history
diff --git
a/util/Makefile.am
b/util/Makefile.am
index 8de745923082e286ab295674d42299e844025581..8a79959564487cd2e63d64931a5f536cf27d9eec 100644
(file)
--- a/
util/Makefile.am
+++ b/
util/Makefile.am
@@
-19,9
+19,11
@@
MOUNT_FUSE_PATH = @MOUNT_FUSE_PATH@
UDEV_RULES_PATH = @UDEV_RULES_PATH@
install-exec-local:
+ $(mkdir_p) $(DESTDIR)$(MOUNT_FUSE_PATH)
$(INSTALL_PROGRAM) $(srcdir)/mount.fuse $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse
install-data-local:
+ $(mkdir_p) $(DESTDIR)$(UDEV_RULES_PATH)
$(INSTALL_DATA) $(srcdir)/udev.rules $(DESTDIR)$(UDEV_RULES_PATH)/40-fuse.rules
uninstall-local: