autoconf, automake: fix pkg install.
This commit is contained in:
parent
75dda27a19
commit
fef8be1ee0
2 changed files with 6 additions and 2 deletions
|
@ -22,5 +22,7 @@ long_desc="
|
|||
autoconf_package() {
|
||||
depends="gawk diffutils m4"
|
||||
noarch=yes
|
||||
vmove usr
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,5 +14,7 @@ checksum=6ecd6cf682e78e833361264263f0f9496949bfbae7f8366bc327de38ff0ad18b
|
|||
automake_package() {
|
||||
depends="perl autoconf>=2.60"
|
||||
noarch=yes
|
||||
vmove usr
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue