CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
wget: updated to 1.15
[crossrootfs.git] / inetutils / Pkgfile
index 1410f8d728e2221e0a12b4644a48622e5c1298cd..eed400944649cfe882defb61fba840ef599da62d 100644 (file)
@@ -32,10 +32,10 @@ build() {
   make
   make DESTDIR=$PKG install
 
-  install -d $PKG/etc/rc.d
+  install -d $PKG/{etc/rc.d,bin,sbin}
 
-  mv $PKG/usr/bin/hostname $PKG/bin
-  mv $PKG/usr/bin/ifconfig $PKG/sbin
+  mv $PKG/usr/bin/hostname $PKG/bin/
+  mv $PKG/usr/bin/ifconfig $PKG/sbin/
 
   install -m 644 $SRC/inetd.conf $PKG/etc
   install -m 755 $SRC/inetd $PKG/etc/rc.d