Commit efc61ab8 authored by Seblu's avatar Seblu
Browse files

Run configure before make dist in PKGBUILD example

parent cfc9b673
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ depends=('python' 'python-xdg' 'bash')

prepare() {
  cd "$startdir/.."
  ./configure
  make dist
  mv -f $pkgname-$pkgver.tar.gz "$srcdir"
  cd "$srcdir"