summaryrefslogtreecommitdiff
path: root/report-installed-packages.PKGBUILDpatch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-04 14:37:19 +0100
committerErich Eckner <git@eckner.net>2019-01-04 14:37:19 +0100
commit8eb5d7fae7eca4780348ce6c43ccac4ef22a1e81 (patch)
treed8586a65046821da788869cfdb379d7f364c9b08 /report-installed-packages.PKGBUILDpatch
parent71a6bc63f4d464c64820a9c5994589cb83cd0218 (diff)
downloadarchlinuxewe.git.save-8eb5d7fae7eca4780348ce6c43ccac4ef22a1e81.tar.xz
adding of PKGBUILD-patches separated into distinct file
Diffstat (limited to 'report-installed-packages.PKGBUILDpatch')
-rw-r--r--report-installed-packages.PKGBUILDpatch6
1 files changed, 6 insertions, 0 deletions
diff --git a/report-installed-packages.PKGBUILDpatch b/report-installed-packages.PKGBUILDpatch
new file mode 100644
index 00000000..2357d625
--- /dev/null
+++ b/report-installed-packages.PKGBUILDpatch
@@ -0,0 +1,6 @@
+# report installed packages at end of package() function - if the build process succeeded,
+# these packages should work
+
+if [ "${CARCH}" = "i686" ]; then
+ sudo report-installed-packages archlinux-reports@eckner.net buildmaster@archlinux32.org
+fi