Explorar el Código

Update 'PKGBUILD'

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

+ 2 - 0
PKGBUILD

@@ -13,6 +13,8 @@ depends=('wxgtk')
 license=('custom')
 prepare() {
 	cd "$srcdir/$pkgname";
+	git checkout -f;
+    git clean -f;
 	git apply ../$pkgname.patch
 }
 build() {