chutzpah 15/01/30 22:09:08 Modified: ntfs3g-2014.2.15-dont-put-things-in-root.patch Log: Update "dont-put-things-in-root" patch to build properly with USE=-ntfsprogs (bug #538230). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path 1.2 sys-fs/ntfs3g/files/ntfs3g-2014.2.15-dont-put-things-in-root.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/files/ntfs3g-2014.2.15-dont-put-things-in-root.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/files/ntfs3g-2014.2.15-dont-put-things-in-root.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/files/ntfs3g-2014.2.15-dont-put-things-in-root.patch?r1=1.1&r2=1.2 Index: ntfs3g-2014.2.15-dont-put-things-in-root.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/files/ntfs3g-2014.2.15-dont-put-things-in-root.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ntfs3g-2014.2.15-dont-put-things-in-root.patch 29 Jan 2015 08:20:05 -0000 1.1 +++ ntfs3g-2014.2.15-dont-put-things-in-root.patch 30 Jan 2015 22:09:08 -0000 1.2 @@ -1,12 +1,13 @@ diff -ur ntfs-3g_ntfsprogs-2014.2.15.orig/ntfsprogs/Makefile.am ntfs-3g_ntfsprogs-2014.2.15/ntfsprogs/Makefile.am --- ntfs-3g_ntfsprogs-2014.2.15.orig/ntfsprogs/Makefile.am 2015-01-29 00:12:51.786936314 -0800 +++ ntfs-3g_ntfsprogs-2014.2.15/ntfsprogs/Makefile.am 2015-01-29 00:13:59.156442369 -0800 -@@ -140,8 +140,7 @@ +@@ -140,8 +140,8 @@ # mkfs.ntfs[.8] hard link install-exec-hook: - $(INSTALL) -d $(DESTDIR)/sbin - $(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)/sbin/mkfs.ntfs ++ $(INSTALL) -d $(DESTDIR)/$(sbindir) + $(LN_S) -f mkntfs $(DESTDIR)/$(sbindir)/mkfs.ntfs install-data-hook: @@ -14,13 +15,14 @@ diff -ur ntfs-3g_ntfsprogs-2014.2.15.orig/src/Makefile.am ntfs-3g_ntfsprogs-2014.2.15/src/Makefile.am --- ntfs-3g_ntfsprogs-2014.2.15.orig/src/Makefile.am 2015-01-29 00:12:51.789936248 -0800 +++ ntfs-3g_ntfsprogs-2014.2.15/src/Makefile.am 2015-01-29 00:14:00.570411008 -0800 -@@ -68,9 +68,8 @@ +@@ -68,9 +68,9 @@ if ENABLE_MOUNT_HELPER install-exec-local: install-rootbinPROGRAMS - $(MKDIR_P) "$(DESTDIR)/sbin" - $(LN_S) -f "$(rootbindir)/ntfs-3g" "$(DESTDIR)/sbin/mount.ntfs-3g" - $(LN_S) -f "$(rootbindir)/lowntfs-3g" "$(DESTDIR)/sbin/mount.lowntfs-3g" ++ $(MKDIR_P) "$(DESTDIR)/$(sbindir)" + $(LN_S) -f "../bin/ntfs-3g" "$(DESTDIR)/$(sbindir)/mount.ntfs-3g" + $(LN_S) -f "../bin/lowntfs-3g" "$(DESTDIR)/$(sbindir)/mount.lowntfs-3g" endif
