summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2016-03-08 21:33:52 +0100
committerJames Crompton2016-03-08 21:33:52 +0100
commite1bf08373c00df2367029547f19ac983df70677b (patch)
tree830a35471a6de0bb5861882d3192d2e87a655c21
parent1a1396afc17340c6714f1db2c39bf2ba82fe8e5c (diff)
downloadaur-e1bf08373c00df2367029547f19ac983df70677b.tar.gz
Don't try to use absolute file path in update script
-rw-r--r--PKGBUILD2
-rw-r--r--updater.pl1
2 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 021ee33a14b7..5491e276dd3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=cewe-fotoservice
conflicts=(cewe-fotobuch)
pkgdesc="an offline client for creating photobooks and other photo products and ordering them at cewe.de or partners"
md5sums=('8214336fcc74db7af5062cbc3c9c7d6b'
- 'e3dd576cdb9af15468206a9bb4c5eb50')
+ '4df55a80124dc8555edf799bd566c5de')
##########################################
# remaining code shared with cewe-fotobuch
diff --git a/updater.pl b/updater.pl
index 99031d6e32a1..ffa6a3fd3f8b 100644
--- a/updater.pl
+++ b/updater.pl
@@ -20,7 +20,6 @@ system("wget https://aur.archlinux.org/cgit/aur.git/snapshot/$pkgName.tar.gz -O
system("tar -xvf $pkgName.tar.gz");
chdir($pkgName);
-system(qq|sed -i 's,^source=(".*,source=("$installer",' PKGBUILD|);
system('_UPDATING=1 makepkg --install --clean --skipchecksums');
print "\nSie können dieses Fenster jetzt schließen.\n";