1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-11-21 16:25:00 -05:00

Tweak pacman-contrib again

This commit is contained in:
Travis Burtrum 2016-11-05 02:30:13 -04:00
parent 4f668b0876
commit 3890d6bf91

View File

@ -35,6 +35,7 @@ check() {
package() { package() {
cd ${pkgname} cd ${pkgname}
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
rm "${pkgdir}/usr/bin/pacsort"
} }
# vim:set ts=2 sw=2 et: # vim:set ts=2 sw=2 et: