diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-28 15:50:06 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-28 15:50:06 -0200 |
commit | bdf824ba4374d28e7d3664cc09559b9732b2e9e0 (patch) | |
tree | 544f77a47d818d0451de3cc53ffda7d0848c913c | |
parent | ee90faee494f601dcdb40063d4fb81c1b21deaf4 (diff) | |
download | abslibre-bdf824ba4374d28e7d3664cc09559b9732b2e9e0.tar.gz abslibre-bdf824ba4374d28e7d3664cc09559b9732b2e9e0.tar.bz2 abslibre-bdf824ba4374d28e7d3664cc09559b9732b2e9e0.zip |
paxd-libre: use patch from the source code directory
-rw-r--r-- | libre/paxd-libre/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/paxd-libre/PKGBUILD b/libre/paxd-libre/PKGBUILD index 245b00035..5b7954a39 100644 --- a/libre/paxd-libre/PKGBUILD +++ b/libre/paxd-libre/PKGBUILD @@ -22,6 +22,7 @@ md5sums=('0eb1c2271cd3e893d4ed1bdf4772d714' backup=(etc/paxd-libre.conf) prepare() { + cd $pkgname-$pkgver patch -Np1 -i "$srcdir/fix_issues.patch" } |