summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-04-17 17:00:14 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-04-17 17:00:14 +0000
commit3bcdecf8fe058c1216438b8af3455d5f04ea89ae (patch)
tree2652312e6a8f39e9cb5b6ab383725992f0e13c8d /sys-fs/nilfs-utils/files
parentcleanup (diff)
downloadgentoo-2-3bcdecf8fe058c1216438b8af3455d5f04ea89ae.tar.gz
gentoo-2-3bcdecf8fe058c1216438b8af3455d5f04ea89ae.tar.bz2
gentoo-2-3bcdecf8fe058c1216438b8af3455d5f04ea89ae.zip
Initial import.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/nilfs-utils/files')
-rw-r--r--sys-fs/nilfs-utils/files/nilfs-utils-2.0.12-gentoo.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/sys-fs/nilfs-utils/files/nilfs-utils-2.0.12-gentoo.patch b/sys-fs/nilfs-utils/files/nilfs-utils-2.0.12-gentoo.patch
new file mode 100644
index 000000000000..98c14ecda585
--- /dev/null
+++ b/sys-fs/nilfs-utils/files/nilfs-utils-2.0.12-gentoo.patch
@@ -0,0 +1,37 @@
+diff -Naur nilfs-utils-2.0.12.orig/lib/Makefile.am nilfs-utils-2.0.12/lib/Makefile.am
+--- nilfs-utils-2.0.12.orig/lib/Makefile.am 2009-04-02 18:28:27.000000000 +0900
++++ nilfs-utils-2.0.12/lib/Makefile.am 2009-04-18 01:34:06.000000000 +0900
+@@ -23,6 +23,3 @@
+ libnilfs_la_CPPFLAGS = -I$(top_srcdir)/include
+ libnilfs_la_LDFLAGS = -version-info $(VERSIONINFO)
+ libnilfs_la_LIBADD = libnilfsmisc.la
+-
+-install-exec-hook:
+- $(LDCONFIG) $(DESTDIR)$(libdir)
+diff -Naur nilfs-utils-2.0.12.orig/sbin/cleanerd/Makefile.am nilfs-utils-2.0.12/sbin/cleanerd/Makefile.am
+--- nilfs-utils-2.0.12.orig/sbin/cleanerd/Makefile.am 2009-04-02 18:28:27.000000000 +0900
++++ nilfs-utils-2.0.12/sbin/cleanerd/Makefile.am 2009-04-18 01:43:03.000000000 +0900
+@@ -19,5 +19,4 @@
+ list='$(sbin_PROGRAMS)'; \
+ for p in $$list; do \
+ chown root $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
+- chmod u+s $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
+ done
+diff -Naur nilfs-utils-2.0.12.orig/sbin/mkfs/Makefile.am nilfs-utils-2.0.12/sbin/mkfs/Makefile.am
+--- nilfs-utils-2.0.12.orig/sbin/mkfs/Makefile.am 2009-04-02 18:28:27.000000000 +0900
++++ nilfs-utils-2.0.12/sbin/mkfs/Makefile.am 2009-04-18 01:43:40.000000000 +0900
+@@ -15,5 +15,4 @@
+ list='$(sbin_PROGRAMS)'; \
+ for p in $$list; do \
+ chown root $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
+- chmod u+s $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
+ done
+diff -Naur nilfs-utils-2.0.12.orig/sbin/mount/Makefile.am nilfs-utils-2.0.12/sbin/mount/Makefile.am
+--- nilfs-utils-2.0.12.orig/sbin/mount/Makefile.am 2009-04-02 18:28:27.000000000 +0900
++++ nilfs-utils-2.0.12/sbin/mount/Makefile.am 2009-04-18 01:43:24.000000000 +0900
+@@ -25,5 +25,4 @@
+ list='$(sbin_PROGRAMS)'; \
+ for p in $$list; do \
+ chown root $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
+- chmod u+s $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
+ done