[paketler-commits] r63915 - 2009/stable/hardware/disk/fuse

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
20 Nis 2009 Pzt 19:43:18 EEST


Author: ozan.caglayan
Date: Mon Apr 20 19:43:17 2009
New Revision: 63915

Modified:
   2009/stable/hardware/disk/fuse/actions.py
   2009/stable/hardware/disk/fuse/pspec.xml
Log:
Merge from devel:

Install userspace tools into /bin and add /usr/bin/* symlinks to them.

Modified: 2009/stable/hardware/disk/fuse/actions.py
=================================================================
--- 2009/stable/hardware/disk/fuse/actions.py	(original)
+++ 2009/stable/hardware/disk/fuse/actions.py	Mon Apr 20 19:43:17 2009
@@ -17,7 +17,10 @@
 
     autotools.configure("--disable-static \
                          --disable-kernel-module \
-                         --disable-rpath")
+                         --disable-rpath \
+                         --exec-prefix=/ \
+                         --libdir=/usr/lib \
+                         --bindir=/bin")
 
 def build():
     autotools.make()
@@ -27,4 +30,8 @@
 
     pisitools.removeDir("/etc")
 
-    pisitools.dodoc("AUTHORS")
+    # Make compat symlinks into /usr/bin
+    pisitools.dosym("/bin/fusermount", "/usr/bin/fusermount")
+    pisitools.dosym("/bin/ulockmgr_server", "/usr/bin/ulockmgr_server")
+
+    pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "FAQ", "Filesystems", "NEWS", "README", "README.NFS")

Modified: 2009/stable/hardware/disk/fuse/pspec.xml
=================================================================
--- 2009/stable/hardware/disk/fuse/pspec.xml	(original)
+++ 2009/stable/hardware/disk/fuse/pspec.xml	Mon Apr 20 19:43:17 2009
@@ -22,6 +22,7 @@
         <Name>fuse</Name>
         <Files>
             <Path fileType="data">/lib/udev/rules.d</Path>
+            <Path fileType="executable">/bin</Path>
             <Path fileType="executable">/sbin</Path>
             <Path fileType="executable">/usr/bin</Path>
             <Path fileType="header">/usr/include</Path>


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi