mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 20:05:07 -05:00
makepkg: fix creation of source package with -p
When creating a source package using an non-local buildscript via the -p option, the inclusion of changelog and install files would fail. Fixes FS#24567. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
1744fe12d4
commit
3df88a1a01
@ -1135,7 +1135,7 @@ create_srcpackage() {
|
||||
|
||||
local i
|
||||
for i in 'changelog' 'install'; do
|
||||
local filelist=$(sed -n "s/^[[:space:]]*$i=//p" "$BUILDSCRIPT")
|
||||
local filelist=$(sed -n "s/^[[:space:]]*$i=//p" "$BUILDFILE")
|
||||
local file
|
||||
for file in $filelist; do
|
||||
# evaluate any bash variables used
|
||||
|
Loading…
Reference in New Issue
Block a user