CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
crossrootfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2eed42
)
inetutils: fix install paths
author
Victor Martinez
<pitillo@ono.com>
Wed, 1 Oct 2014 07:31:20 +0000
(07:31 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Wed, 1 Oct 2014 07:31:20 +0000
(07:31 +0000)
inetutils/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/inetutils/Pkgfile
b/inetutils/Pkgfile
index 1410f8d728e2221e0a12b4644a48622e5c1298cd..eed400944649cfe882defb61fba840ef599da62d 100644
(file)
--- a/
inetutils/Pkgfile
+++ b/
inetutils/Pkgfile
@@
-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