diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ backup=('etc/vdrpbd.conf') package() { cd "$startdir" - make DESTDIR=$pkgdir PREFIX=/usr install + make DESTDIR=$pkgdir PREFIX=/usr BINDIR=/usr/bin install } |