diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2010-11-12 00:00:20 -0500 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2010-11-12 00:00:20 -0500 |
commit | 3c6efe8f8abc16668ca5e9cdf7a46665dac87172 (patch) | |
tree | 642c13416b99e80f0871cdc6668e832e635dfb48 /recipes/gzip | |
parent | c400c874f2ac9233b8a43a73309b6e7907289c54 (diff) | |
parent | 13fbe7253c95881ede787004a4c3a1c31502e5c6 (diff) | |
download | openembedded-testing.tar.gz |
Merge branch 'master' into testing-nexttested_2010-11-12testing
Diffstat (limited to 'recipes/gzip')
-rw-r--r-- | recipes/gzip/gzip_1.4.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/gzip/gzip_1.4.bb b/recipes/gzip/gzip_1.4.bb index dda1035e7f..eb89f79877 100644 --- a/recipes/gzip/gzip_1.4.bb +++ b/recipes/gzip/gzip_1.4.bb @@ -4,7 +4,7 @@ the standard compression program for its system." SECTION = "console/utils" PRIORITY = "required" LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI = "${GNU_MIRROR}/gzip/gzip-${PV}.tar.gz" SRC_URI[md5sum] = "e381b8506210c794278f5527cba0e765" @@ -33,7 +33,6 @@ do_install_append_pn-gzip () { pkg_prerm_pn-gzip () { for alternative in ${alternatives}; do - mv ${D}${base_bindir}/$alternative ${D}${base_bindir}/$alternative.${PN} update-alternatives --remove $alternative $alternative.${PN} done } |