1 Comment
Aug 30, 2022·edited Aug 30, 2022

I wanted to install Qodem to access your BBS. What's that in Arch aur pkbuild for Qodem:

package() {

cd "$srcdir/$pkgname-$pkgver"

make DESTDIR="$pkgdir" install

# okay, it ignores prefix

cd "$pkgdir"

mv usr/local/bin usr/bin

mv usr/local/share usr/share

rmdir usr/local

}

Is it removing my usr/local? I didn't install that. It looks bad. Those are last lines of Qodem pkbuild in AUR. Rest of this pkbuild looks ok for my untrained eyes.

Expand full comment