diff options
| author | 2009-02-05 20:48:09 -0800 | |
|---|---|---|
| committer | 2009-02-05 20:48:09 -0800 | |
| commit | 74951df5b79fe23bfc555d928bc85d9e14887ce8 (patch) | |
| tree | 49b8d0ae00af62ebaebca7cabe79939f553c3ec9 | |
| parent | 4d0a603da83bd372b8e7a3cfe0697ac7393eb87d (diff) | |
| download | ifuse-74951df5b79fe23bfc555d928bc85d9e14887ce8.tar.gz ifuse-74951df5b79fe23bfc555d928bc85d9e14887ce8.tar.bz2 | |
Do not hardcode /sbin, use  instead.
Signed-off-by: Matt Colyer <matt@colyer.name>
| -rw-r--r-- | src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index 17798c6..b0ea5d5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@  AM_CFLAGS = $(libglib2_CFLAGS) $(libfuse_CFLAGS) $(libiphone_CFLAGS) -g  AM_LDFLAGS =  $(libglib2_LIBS) $(libfuse_LIBS) $(libiphone_LIBS) -rootsbinexecdir = /sbin +rootsbinexecdir = $(sbindir)  rootsbinexec_PROGRAMS = mount.fuse.ifuse   mount_fuse_ifuse_SOURCES = ifuse.c | 
