CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
automake: updated to 1.15 and updated mandir
[crossrootfs.git] / inetutils / Pkgfile
index 1410f8d728e2221e0a12b4644a48622e5c1298cd..7baf897c8416635ffc7123e8e2918459aad310f2 100644 (file)
@@ -27,16 +27,13 @@ build() {
               --localstatedir=/var \
               --sysconfdir=/etc \
               --disable-{servers,clients} \
-              --enable-{hostname,ifconfig,inetd,ftp,telnet,traceroute}
+              --enable-{ifconfig,inetd,ftp,telnet,traceroute}
 
   make
   make DESTDIR=$PKG install
 
   install -d $PKG/etc/rc.d
 
-  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