mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
fixed smtube path
This commit is contained in:
parent
4fe913fac4
commit
0cc4aa9019
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=smtube
|
||||
pkgver=2.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Search and download videos from YouTube"
|
||||
arch=('x86_64')
|
||||
url="http://smplayer.sourceforge.net"
|
||||
@ -25,5 +25,6 @@ build() {
|
||||
|
||||
package() {
|
||||
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