summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2018-08-25 17:32:41 -0400
committerConnor Behan2018-08-25 17:32:41 -0400
commit1470065b94cba526ec4ab701f2ff3dff39b05ff9 (patch)
tree54cf3e4bd4b03ffa2f1ecb9bb7377fba3bb2c54a
parent8181ffbabf5f6c968ff8310f9100d5d606dea85d (diff)
downloadaur-1470065b94cba526ec4ab701f2ff3dff39b05ff9.tar.gz
Handle new directory name
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 084ab373bc5d..20f4b85f032e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ pkgver() {
package() {
cd "$_pkgbase"
- for i in autoload doc ftdetect ftplugin indent syntax
+ for i in autoload/julia doc ftdetect ftplugin indent syntax
do
install -dm 755 "${pkgdir}"/usr/share/vim/vimfiles/$i
for j in `ls $i/`