autoconf, automake: fix pkg install.

This commit is contained in:
Juan RP 2013-04-10 23:40:32 +02:00
parent 75dda27a19
commit fef8be1ee0
2 changed files with 6 additions and 2 deletions

View File

@ -22,5 +22,7 @@ long_desc="
autoconf_package() { autoconf_package() {
depends="gawk diffutils m4" depends="gawk diffutils m4"
noarch=yes noarch=yes
vmove usr pkg_install() {
vmove usr
}
} }

View File

@ -14,5 +14,7 @@ checksum=6ecd6cf682e78e833361264263f0f9496949bfbae7f8366bc327de38ff0ad18b
automake_package() { automake_package() {
depends="perl autoconf>=2.60" depends="perl autoconf>=2.60"
noarch=yes noarch=yes
vmove usr pkg_install() {
vmove usr
}
} }