zsh: removed pkg{add,rm,info} completion files.
They break completion for CRUX' pkgutils, so we remove them for now. This fixes bug #381.
This commit is contained in:
parent
05cf451439
commit
79c51f4700
@ -446,9 +446,6 @@ drwxr-xr-x root/root usr/share/zsh/4.3.9/functions/Completion/Unix/
|
|||||||
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_ping
|
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_ping
|
||||||
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pkg-config
|
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pkg-config
|
||||||
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pkg_instance
|
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pkg_instance
|
||||||
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pkgadd
|
|
||||||
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pkginfo
|
|
||||||
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pkgrm
|
|
||||||
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pon
|
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_pon
|
||||||
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_ports
|
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_ports
|
||||||
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_postfix
|
-rw-r--r-- root/root usr/share/zsh/4.3.9/functions/Completion/Unix/_postfix
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
name=zsh
|
name=zsh
|
||||||
version=4.3.9
|
version=4.3.9
|
||||||
release=1
|
release=2
|
||||||
source=(http://www.zsh.org/pub/$name-$version.tar.bz2 \
|
source=(http://www.zsh.org/pub/$name-$version.tar.bz2 \
|
||||||
http://www.grml.org/zsh/zsh-lovers.1)
|
http://www.grml.org/zsh/zsh-lovers.1)
|
||||||
|
|
||||||
@ -34,4 +34,8 @@ build() {
|
|||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
install -m 644 $SRC/zsh-lovers.1 $PKG/usr/man/man1/
|
install -m 644 $SRC/zsh-lovers.1 $PKG/usr/man/man1/
|
||||||
|
|
||||||
|
# These completion files break things for CRUX' pkgutils,
|
||||||
|
# so remove them for now (see bug #381).
|
||||||
|
rm $PKG/usr/share/zsh/$version/functions/Completion/Unix/_pkg{add,rm,info}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user