summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/grep/grep_2.9.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/grep/grep_2.9.bb b/meta/recipes-extended/grep/grep_2.9.bb
index 9099bed2af..1bc79f21c9 100644
--- a/meta/recipes-extended/grep/grep_2.9.bb
+++ b/meta/recipes-extended/grep/grep_2.9.bb
@@ -6,7 +6,7 @@ SECTION = "console/utils"
6LICENSE = "GPLv3" 6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee" 7LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee"
8 8
9PR = "r0" 9PR = "r1"
10 10
11SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.gz" 11SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.gz"
12 12
@@ -27,6 +27,7 @@ do_install () {
27 mv ${D}${bindir}/grep ${D}${base_bindir}/grep.${PN} 27 mv ${D}${bindir}/grep ${D}${base_bindir}/grep.${PN}
28 mv ${D}${bindir}/egrep ${D}${base_bindir}/egrep.${PN} 28 mv ${D}${bindir}/egrep ${D}${base_bindir}/egrep.${PN}
29 mv ${D}${bindir}/fgrep ${D}${base_bindir}/fgrep.${PN} 29 mv ${D}${bindir}/fgrep ${D}${base_bindir}/fgrep.${PN}
30 rmdir ${D}${bindir}/
30} 31}
31 32
32pkg_postinst_${PN} () { 33pkg_postinst_${PN} () {