Browse Source

Juergen Sawinski:


			
			
				rocklinux
			
			
		
Juergen "George" Sawinski 20 years ago
parent
commit
4e80bdd6d7
2 changed files with 12 additions and 1 deletions
  1. +1
    -1
      package/base/net-tools/net-tools.conf
  2. +11
    -0
      package/base/net-tools/typo-basedir.patch

+ 1
- 1
package/base/net-tools/net-tools.conf

@ -32,5 +32,5 @@ makeinstopt="BASEDIR=$root install"
# add the wake-on-lan patch
p="`echo $desc_D | sed 's/.* \(.*\.patch.*\) .*/\1/'`"
[ "$p" ] && var_append patchfiles " " "$archdir/$p"
[ "$p" ] && var_insert patchfiles " " "$archdir/$p"

+ 11
- 0
package/base/net-tools/typo-basedir.patch

@ -0,0 +1,11 @@
--- net-tools-1.60/Makefile~ 2004-06-29 14:03:00.252927896 +0200
+++ net-tools-1.60/Makefile 2004-06-29 14:03:13.149967248 +0200
@@ -235,7 +235,7 @@
install -m 0755 rarp ${BASEDIR}/sbin
install -m 0755 route ${BASEDIR}/sbin
install -m 0755 slattach $(BASEDIR)/sbin
- install -m 0755 ether-wake $(BASE_DIR)/sbin
+ install -m 0755 ether-wake $(BASEDIR)/sbin
ifeq ($(HAVE_IP_TOOLS),1)
install -m 0755 ipmaddr $(BASEDIR)/sbin
install -m 0755 iptunnel $(BASEDIR)/sbin

Loading…
Cancel
Save