Commit 4715c538 authored by Seblu's avatar Seblu
Browse files

Use home based archlinux repo path when removing

parent 77ab2e13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

db='seblu.db.tar.gz'
repo='/srv/ftp/archlinux/seblu'
repo='/home/archlinux/repo/seblu'
arch=('x86_64')

# source makepkg config
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

REPO='/srv/ftp/archlinux/seblu'
REPO="/home/archlinux/repo/seblu"
shopt -s nullglob

for _p; do