summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxim Andersson2017-02-24 22:20:56 +0100
committerMaxim Andersson2017-02-24 22:20:56 +0100
commita1adc6d22909b8efda82c7a92159029e6132ea29 (patch)
tree560e2be16bd691134aea715b5e4fc9a360497462 /PKGBUILD
parentc2921bc05ad6c1e26843f1bb28d2aa1990239f2c (diff)
downloadaur-a1adc6d22909b8efda82c7a92159029e6132ea29.tar.gz
Fix pathname error error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97871725eba0..2869212f8e5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ prepare() {
cd "${srcdir}/data/fulltextrss/standard"
# Fix error with translating pathname to UTF-8
- mv p*rotin.com.txt perotin.com.txt
+ mv pérotin.com.txt perotin.com.txt
}
package() {