CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
flex: fixed build to don't force user of automake-1.15
[crossrootfs.git] / filesystem / Pkgfile
index d38b8838137c6fe1d5a3b5564788e1cd54153e2e..e242ab6ca86a7520827e2a2c8c3cad5e75897979 100644 (file)
@@ -4,7 +4,7 @@
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=filesystem
-version=3.3
+version=3.4
 release=1
 source=(issue motd shells group passwd shadow securetty fstab mime.types)
 
@@ -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