CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
filesystem: updated build to remove 32/64 libs directories
authorVictor Martinez <pitillo@ono.com>
Sun, 15 May 2016 15:38:13 +0000 (15:38 +0000)
committerVictor Martinez <pitillo@ono.com>
Sun, 15 May 2016 15:38:13 +0000 (15:38 +0000)
filesystem/.footprint
filesystem/Pkgfile

index dd55c856fad1dfd5c944c50dbcdd263195069aee..e336860ece7c95272e06fca6127291f93ed2bef2 100644 (file)
@@ -18,8 +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/
 drwxr-xr-x     root/root       opt/bin/
@@ -35,8 +33,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/
 drwxr-xr-x     root/root       usr/share/man/
index 45840584806250c011515d419aab2e4557ca197a..1d52e9947a48930fd8757f12939180de97906070 100644 (file)
@@ -19,15 +19,13 @@ build() {
   install -d $PKG/etc
   install -d $PKG/mnt
   install -d $PKG/run
-  install -d $PKG/lib{,32}
-  ln -s lib $PKG/lib64
+  install -d $PKG/lib
   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}
-  ln -s lib $PKG/usr/lib64
+  install -d $PKG/usr/{bin,include,lib,sbin,share,src}
   install -d -p $PKG/usr/share/man/man{1,2,3,4,5,6,7,8}
   ln -s ../var $PKG/usr/var
   install -d $PKG/var