mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 09:21:53 -05:00
proto: remove missed $srcdir redundancies
Most of the redundant "cd $srcdir" in the prototypes were removed in commit 5f80d7af. Fix the rest. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
dcfc247a2c
commit
fb0f880f0a
@ -30,7 +30,7 @@ noextract=()
|
||||
md5sums=() #generate with 'makepkg -g'
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
cd "$pkgname-$pkgver"
|
||||
patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
|
||||
}
|
||||
|
||||
|
@ -30,7 +30,7 @@ noextract=()
|
||||
md5sums=() #generate with 'makepkg -g'
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
cd "$pkgname-$pkgver"
|
||||
patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user