diff options
Diffstat (limited to 'apkg')
| -rwxr-xr-x | apkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -370,7 +370,7 @@ build_src() { fi # temporary: for backward compatibility - if [ "$(grep '#MARKER' /usr/bin/spm)" ] then + if [ "$(grep '#MARKER' /usr/bin/spm)" ]; then cd $PKG spm -b $packagefile || { msg "Failed packaging $packagefile" |