summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMustafa Kuscu2018-02-06 20:56:00 +0300
committerMustafa Kuscu2018-02-06 20:56:00 +0300
commite21fb9c29a3b8626686514d79a33a13393af5395 (patch)
tree6a4a98467ad166d0175df9c21868ecb49695e97c
parent29868f954465cbc375b48e8c6f518e24c746976d (diff)
downloadaur-e21fb9c29a3b8626686514d79a33a13393af5395.tar.gz
remove missing file manpath from source
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1ff2a13da3b..a181a258de20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ md5sums=('8f322a60c80e31c34ef8979edaf68aae')
prepare() {
# remove the following from source, as they already exist in the root file system
-rm man-pages-tr-1.0.5/source/man1/{apropos,man,manpath,chage,passwd}.1.xml
+rm man-pages-tr-1.0.5/source/man1/{apropos,man,chage,passwd}.1.xml
rm man-pages-tr-1.0.5/source/man5/{passwd,shadow}.5.xml
rm man-pages-tr-1.0.5/source/man8/{groupadd,groupdel,groupmod,useradd,userdel,usermod}.8.xml
}