Skip to content

Commit f1da954

Browse files
committed
git-extra: mark vimrc as non-executable
Not that it matters on Windows... ;-) Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 50cefb9 commit f1da954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-extra/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SigLevel = Optional\n\
4141
package() {
4242
install -d -m755 $pkgdir/etc/profile.d
4343
install -d -m755 $pkgdir/usr/bin
44-
install -m755 $startdir/vimrc $pkgdir/etc
44+
install -m644 $startdir/vimrc $pkgdir/etc
4545
install -m755 $startdir/vi $pkgdir/usr/bin
4646
install -m755 $startdir/git-prompt.sh $pkgdir/etc/profile.d
4747
install -m755 $startdir/aliases.sh $pkgdir/etc/profile.d

0 commit comments

Comments
 (0)