diff options
author | Marco Pompili | 2021-01-27 10:42:48 +0100 |
---|---|---|
committer | Marco Pompili | 2021-01-27 10:42:48 +0100 |
commit | 3c055c2e89f840febcec9016823c8dbd599c0834 (patch) | |
tree | ae7d6b54cae3cd3e4693d10604aab9e3f0064aac /PKGBUILD | |
parent | 6551ca02bac2029fbe57be5a1d3eb72e0e8d46d2 (diff) | |
download | aur-3c055c2e89f840febcec9016823c8dbd599c0834.tar.gz |
remove autoconf
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ build() { # touch files needed by GNU Autotools touch NEWS AUTHORS ChangeLog - autoreconf -i + # autoreconf -i ./configure --prefix=/usr make } |