mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
fixed smtube path
This commit is contained in:
parent
4fe913fac4
commit
0cc4aa9019
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
pkgname=smtube
|
pkgname=smtube
|
||||||
pkgver=2.1
|
pkgver=2.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Search and download videos from YouTube"
|
pkgdesc="Search and download videos from YouTube"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://smplayer.sourceforge.net"
|
url="http://smplayer.sourceforge.net"
|
||||||
@ -25,5 +25,6 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
make DESTDIR="$pkgdir" install
|
#make DESTDIR="$pkgdir" install
|
||||||
|
make PREFIX=/usr DESTDIR="$pkgdir/" install
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user