CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
inetutils: removed hostname
[crossrootfs.git] / inetutils / Pkgfile
index eed400944649cfe882defb61fba840ef599da62d..7baf897c8416635ffc7123e8e2918459aad310f2 100644 (file)
@@ -27,15 +27,12 @@ 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,bin,sbin}
-
-  mv $PKG/usr/bin/hostname $PKG/bin/
-  mv $PKG/usr/bin/ifconfig $PKG/sbin/
+  install -d $PKG/etc/rc.d
 
   install -m 644 $SRC/inetd.conf $PKG/etc
   install -m 755 $SRC/inetd $PKG/etc/rc.d