diff options
| author | 2009-09-12 10:13:40 -0700 | |
|---|---|---|
| committer | 2009-09-12 10:13:40 -0700 | |
| commit | f49d32f4631da56fd67475b1e142c4e5c3fd79b9 (patch) | |
| tree | ea0798e22105ecc59158638995e2ed6aec8e75ee | |
| parent | 57e6ab5d126dd51b3763b878a0554bdf5b3a8b63 (diff) | |
| download | ifuse-f49d32f4631da56fd67475b1e142c4e5c3fd79b9.tar.gz ifuse-f49d32f4631da56fd67475b1e142c4e5c3fd79b9.tar.bz2 | |
Moved ifuse back to /usr/bin instead of /sbin
[#12 state:resolved]
| -rw-r--r-- | src/Makefile.am | 9 | 
1 files changed, 2 insertions, 7 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index 11f2815..59cb4ba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,11 +1,6 @@  AM_CFLAGS = $(libglib2_CFLAGS) $(libfuse_CFLAGS) $(libiphone_CFLAGS) -g  AM_LDFLAGS =  $(libglib2_LIBS) $(libfuse_LIBS) $(libiphone_LIBS) -if WITHOUT_ROOT_SBIN -rootsbinexecdir = $(sbindir) -else -rootsbinexecdir = /sbin -endif -rootsbinexec_PROGRAMS = mount.fuse.ifuse  +bin_PROGRAMS = ifuse  -mount_fuse_ifuse_SOURCES = ifuse.c +ifuse_SOURCES = ifuse.c | 
