Update PKGBUILD
This commit is contained in:
parent
a9d0c2d057
commit
00ef4fa166
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -32,7 +32,7 @@ pkgver() {
|
|||
|
||||
package() {
|
||||
cd fetchy
|
||||
make
|
||||
sudo make
|
||||
}
|
||||
|
||||
|
||||
|
@ -40,7 +40,7 @@ package() {
|
|||
cd fetchy
|
||||
mkdir -p ${pkgdir}/opt/${pkgname}
|
||||
cp -rf * ${pkgdir}/opt/${pkgname}
|
||||
make PREFIX=/usr DESTDIR="${pkgdir}" install
|
||||
sudo make PREFIX=/usr DESTDIR="${pkgdir}" install
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue