diff options
Diffstat (limited to 'PKGBUILD-split.proto')
-rw-r--r-- | PKGBUILD-split.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD-split.proto b/PKGBUILD-split.proto index 08f98d62..11ceff2b 100644 --- a/PKGBUILD-split.proto +++ b/PKGBUILD-split.proto @@ -21,6 +21,7 @@ replaces=() backup=() options=() install= +changelog= source=($pkgbase-$pkgver.tar.gz) noextract=() md5sums=() #generate with 'makepkg -g' @@ -44,6 +45,7 @@ package_pkg1() { backup=() options=() install= + changelog= cd "$srcdir/$pkgbase-$pkgver" make DESTDIR="$pkgdir/" install-pkg1 |