put the build script into the makepkg-overlay script

This commit is contained in:
Fleshless Builder
2017-11-21 17:41:40 +03:00
parent c2b5d134a4
commit 0e280608cc
4 changed files with 31 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/bash
shopt -s nullglob
for i in *.pkg.*; do
if ! [[ "$i" == "${i%.*}.sig" ]]; then