Explorar el Código

Update 'PKGBUILD'

Nathaniel van Diepen hace 4 años
padre
commit
4f5e27b596
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      PKGBUILD

+ 2 - 2
PKGBUILD

@@ -14,11 +14,11 @@ url=
 arch=('any')
 source=("git+https://github.com/TC01/calcpkg.git")
 build() {
-    cd "$srcdir/$pkgname"
+	cd "$srcdir/$pkgname"
 	python2 setup.py build;
 }
 package() {
-    cd "$srcdir/$pkgname"
+	cd "$srcdir/$pkgname"
 	python2 setup.py install --prefix=$pkgdir;
 }
 md5sums=('SKIP')