fix sbin exists in fs
This commit is contained in:
parent
a69158fd00
commit
ba5449332d
2 changed files with 3 additions and 3 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -3,7 +3,7 @@ _pkgbase=ntfs2btrfs
|
|||
pkgname=$_pkgbase-git
|
||||
pkgbase=$_pkgbase-git
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=
|
||||
pkgdesc="Convertion from ntfs to btrfs keeping NT metadata"
|
||||
arch=(any)
|
||||
|
@ -25,4 +25,5 @@ build() {
|
|||
package() {
|
||||
cd "$_pkgbase/b"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
mv $pkgdir/usr/sbin $pkgdir/usr/bin
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue