Skip to content
Snippets Groups Projects
Commit c8fb5443 authored by Sergej Pupykin's avatar Sergej Pupykin
Browse files

pkgdir/srcdir quotes

parent 622feee1
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,12 @@ source=(http://download.tuxfamily.org/synfig/releases/1.0.1/ETL-$pkgver.tar.gz)
md5sums=('d03e57bdeade19786ba9490a7dd985f7')
build() {
cd $srcdir/ETL-$pkgver
cd "$srcdir"/ETL-$pkgver
[ -f Makefile ] || ./configure --prefix=/usr
make
}
package() {
cd $srcdir/ETL-$pkgver
make DESTDIR=$pkgdir install
cd "$srcdir"/ETL-$pkgver
make DESTDIR="$pkgdir" install
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment