summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Greenup2020-07-25 08:37:21 +1000
committerRyan Greenup2020-07-25 08:37:21 +1000
commiteb25ccddde85cc07bf208fdcee5ba26a16b1a919 (patch)
tree334b29d96f563e857bf1d8605da6a0f85db5447f
parenteb6eaef37e6f1aa27997ecc6c8c3c23dafbf7d9d (diff)
downloadaur-eb25ccddde85cc07bf208fdcee5ba26a16b1a919.tar.gz
Removed typo dot file
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d64743fa832..d3a39a15ae4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,7 +58,7 @@ package() {
# Using the portable philosphy that I've previously settled on
################################################################################
- mkdir -p "${pkgdir}/opt/.cadmus";
+ mkdir -p "${pkgdir}/opt/cadmus";
mkdir -p "${pkgdir}/usr/bin";
rsync -av ${srcdir}/cadmus/* "${pkgdir}/opt/cadmus/"
ln -rsf "${pkgdir}/opt/cadmus/bin/cadmus" "${pkgdir}/usr/bin/cadmus"