switch to using bad prefix

This commit is contained in:
Ella-0 2021-09-30 14:35:51 +01:00
parent fddec8071a
commit 44f3573897
3 changed files with 33 additions and 10 deletions

View file

@ -13,7 +13,7 @@ fetch() {
build() {
cd $pkgname-$pkgver
./configure \
--prefix=/usr \
--prefix=/usr/bad/autoconf/ \
--build=$TRIPLE \
--host=$TRIPLE