diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-01-12 00:44:17 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-01-12 00:44:17 +0000 |
commit | e1ac93e2c9afe26ea74822131109cea23985ca57 (patch) | |
tree | 029e8b3fb3cbf773f7e2094ee1abd7109edec36e /sys-fs/unionfs-fuse/files | |
parent | Version bump. Remove obsolete. (diff) | |
download | gentoo-2-e1ac93e2c9afe26ea74822131109cea23985ca57.tar.gz gentoo-2-e1ac93e2c9afe26ea74822131109cea23985ca57.tar.bz2 gentoo-2-e1ac93e2c9afe26ea74822131109cea23985ca57.zip |
sys-fs/unionfs-fuse: New package (fixes bug #143026)
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sys-fs/unionfs-fuse/files')
-rw-r--r-- | sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch b/sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch new file mode 100644 index 000000000000..6f80808dce75 --- /dev/null +++ b/sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch @@ -0,0 +1,15 @@ +--- Makefile_BACKUP 2010-01-12 01:26:33.000000000 +0100 ++++ Makefile 2010-01-12 01:26:58.000000000 +0100 +@@ -7,10 +7,10 @@ + LIB = -lfuse -lpthread -lm + + build: +- make -C src/ ++ $(MAKE) -C src/ + + clean: +- make -C src/ clean ++ $(MAKE) -C src/ clean + + install: build + cp src/unionfs $(DESTDIR)/sbin/ |