mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/pacman: remove patch lines
This commit is contained in:
parent
0f24fc5e00
commit
a5f40f0277
1 changed files with 0 additions and 4 deletions
|
@ -40,10 +40,6 @@ PKGEXT='.pkg.tar.gz'
|
|||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
||||
patch -p1 -i $srcdir/0001-Add-conflict-for-replacing-owned-empty-directory.patch
|
||||
patch -p1 -i $srcdir/0002-Check-empty-subdirectory-ownership.patch
|
||||
patch -p1 -i $srcdir/0003-Ensure-pre_upgrade-scriptlet-gets-old-package-version.patch
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var --enable-doc \
|
||||
--with-scriptlet-shell=/usr/bin/bash \
|
||||
|
|
Loading…
Reference in a new issue