summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2020-08-04 08:16:43 -0700
committerDonald Webster2020-08-04 08:16:43 -0700
commitc8987aade985526cccb2b5d0b5b1f8609788c6d0 (patch)
treec588e91061873d9ea12d8358ef0c22f386e49308
parentc75a6627839f31796a9225904be831c675c247f5 (diff)
downloadaur-c8987aade985526cccb2b5d0b5b1f8609788c6d0.tar.gz
Fix slash typo in migration.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--sabnzbd.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6dc73459703..1da3e701f32b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sabnzbd
pkgdesc = A web-interface based binary newsgrabber with NZB file support
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.sabnzbd.org
install = sabnzbd.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2aa376ce8ea8..1815ff5d396e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sabnzbd
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='A web-interface based binary newsgrabber with NZB file support'
url='http://www.sabnzbd.org'
arch=('any')
diff --git a/sabnzbd.install b/sabnzbd.install
index 6a59003c54b9..ae81376f6a37 100644
--- a/sabnzbd.install
+++ b/sabnzbd.install
@@ -1,7 +1,7 @@
post_upgrade() {
# Test for the *old* config file and *lack* of new config file, move if needed.
if [[ -f /opt/sabnzbd/sabnzbd.ini && ! -f /var/lib/sabnzbd/sabnzbd.ini ]]; then
- mv /opt/sabnzbd/sabnzbd/ini /var/lib/sabnzbd/
+ mv /opt/sabnzbd/sabnzbd.ini /var/lib/sabnzbd/
echo "Moved sabnzbd.ini from /opt/sabnzbd to /var/lib/sabnzbd."
fi