fix path in example cfg

This commit is contained in:
Daniel Langbein 2021-06-12 22:50:23 +02:00
parent 4d86257c1f
commit 89709f43f8
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
_pkgname=repo _pkgname=repo
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.2.9 pkgver=0.2.10
pkgrel=2 pkgrel=2
pkgdesc="Bash script to manage remote Arch Linux repository" pkgdesc="Bash script to manage remote Arch Linux repository"
arch=('any') arch=('any')

View File

@ -1,7 +1,7 @@
#=== LOCAL MACHINE CONFIGURATION ===# #=== LOCAL MACHINE CONFIGURATION ===#
# Locations of built packages # Locations of built packages
LOCAL_PKG_DIRS=('/home/custompkgs' '/home/yoda/Downloads/git/arch/out') LOCAL_PKG_DIRS=('/home/custompkgs' '/home/yoda/Downloads/git/arch/build-pkg/out')
#=== REMOTE MIRROR SERVER CONFIGURATION ===# #=== REMOTE MIRROR SERVER CONFIGURATION ===#