diff options
-rw-r--r-- | .config/libretools/libretools.conf | 1 | ||||
-rwxr-xr-x | bin/autobuild.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/libretools/libretools.conf b/.config/libretools/libretools.conf new file mode 100644 index 0000000..fe40846 --- /dev/null +++ b/.config/libretools/libretools.conf @@ -0,0 +1 @@ +HOOKPOSTRELEASE=":" diff --git a/bin/autobuild.sh b/bin/autobuild.sh index e12604c..0787c70 100755 --- a/bin/autobuild.sh +++ b/bin/autobuild.sh @@ -87,7 +87,7 @@ git commit -m 'Update libre/your-freedom' # Build the new package makepkg -c -librestage libre +librestage "${PACKAGE%/*}" # Publish the updates git push |