summaryrefslogtreecommitdiff
path: root/bareos
diff options
context:
space:
mode:
Diffstat (limited to 'bareos')
-rw-r--r--bareos/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/bareos/PKGBUILD b/bareos/PKGBUILD
index 882a5054..94a4aaa2 100644
--- a/bareos/PKGBUILD
+++ b/bareos/PKGBUILD
@@ -101,7 +101,7 @@ _cp() {
_cp_all() {
mkdir -p "$(dirname $2)"
- cp -a "$1"* "$2"
+ cp -a "$1"* "$(dirname $2)/"
}
package_bareos-common() {