CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
filesystem: upated to 3.3
authorVictor Martinez <pitillo@ono.com>
Mon, 1 May 2017 23:38:26 +0000 (01:38 +0200)
committerVictor Martinez <pitillo@ono.com>
Mon, 1 May 2017 23:38:26 +0000 (01:38 +0200)
filesystem/.footprint
filesystem/Pkgfile

index dd55c856fad1dfd5c944c50dbcdd263195069aee..e37d0713561bdb301f48e006de0648f05df2618d 100644 (file)
@@ -18,7 +18,6 @@ lrwxrwxrwx    root/root       etc/mtab -> /proc/self/mounts
 drwxr-xr-x     root/root       home/
 drwxr-xr-x     root/root       lib/
 drwxr-xr-x     root/root       lib/modules/
-drwxr-xr-x     root/root       lib32/
 lrwxrwxrwx     root/root       lib64 -> lib
 drwxr-xr-x     root/root       mnt/
 drwxr-xr-x     root/root       opt/
@@ -35,7 +34,6 @@ drwxr-xr-x    root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/crux
 drwxr-xr-x     root/root       usr/include/
 drwxr-xr-x     root/root       usr/lib/
-drwxr-xr-x     root/root       usr/lib32/
 lrwxrwxrwx     root/root       usr/lib64 -> lib
 drwxr-xr-x     root/root       usr/sbin/
 drwxr-xr-x     root/root       usr/share/
index 5e0b138f44f6bc3df6dc8308820a08f3678ea7cc..c4c0f581e3b3e63b91f6de5317429dc2a3538618 100644 (file)
@@ -4,8 +4,8 @@
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
   
 name=filesystem
-version=3.2
-release=4
+version=3.3
+release=1
 source=(issue motd shells group passwd shadow securetty fstab mime.types)
   
 build() {
@@ -20,14 +20,14 @@ build() {
   install -d $PKG/etc
   install -d $PKG/mnt
   install -d $PKG/run
-  install -d $PKG/lib{,32}
+  install -d $PKG/lib
   ln -s lib $PKG/lib64
   install -d $PKG/lib/modules
   install -d $PKG/opt
   install -d $PKG/opt/bin
   install -d $PKG/opt/sbin
   install -d $PKG/usr
-  install -d $PKG/usr/{bin,include,lib{,32},sbin,share,src}
+  install -d $PKG/usr/{bin,include,lib,sbin,share,src}
   ln -s lib $PKG/usr/lib64
   install -d -p $PKG/usr/share/man/man{1,2,3,4,5,6,7,8}
   ln -s ../var $PKG/usr/var