Ver Fonte

Update 'PKGBUILD'

Nathaniel van Diepen há 4 anos atrás
pai
commit
006189d9c5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

@@ -23,6 +23,6 @@ build() {
 }
 package() {
 	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-	cd "$srcdir/$pkgname/build";
+	cd "$srcdir/build";
 	make DESTDIR="${pkgdir}" install
 }