projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e09c5
)
[packages] gawk: prevent duplicate packaging of gawk executable (#11260)
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Apr 2012 11:37:29 +0000
(11:37 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Apr 2012 11:37:29 +0000
(11:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31234
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/gawk/Makefile
patch
|
blob
|
history
diff --git
a/utils/gawk/Makefile
b/utils/gawk/Makefile
index
ff5ce15
..
1105b39
100644
(file)
--- a/
utils/gawk/Makefile
+++ b/
utils/gawk/Makefile
@@
-7,7
+7,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=gawk
PKG_VERSION:=3.1.8
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=gawk-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/gawk/
@@
-38,7
+38,6
@@
endef
define Package/gawk/install
$(INSTALL_DIR) $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/gawk $(1)/usr/bin/
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/gawk $(1)/usr/bin/gawk-3.1.8
$(INSTALL_BIN) $(PKG_BUILD_DIR)/awklib/igawk $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/pgawk $(1)/usr/bin/
$(INSTALL_DIR) $(1)/usr/libexec/