emacs: strip {c,e}tags from port
This commit is contained in:
parent
710de65d73
commit
1ba7633c82
@ -1,10 +1,8 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/ctags
|
||||
-rwxr-xr-x root/root usr/bin/ebrowse
|
||||
-rwxr-xr-t root/root usr/bin/emacs
|
||||
-rwxr-xr-x root/root usr/bin/emacsclient
|
||||
-rwxr-xr-x root/root usr/bin/etags
|
||||
-rwxr-xr-x root/root usr/bin/grep-changelog
|
||||
-rwxr-xr-x root/root usr/bin/rcs-checkin
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
@ -23,11 +21,9 @@ drwxr-xr-x root/root usr/lib/emacs/24.1/x86_64-unknown-linux-gnu/
|
||||
-rwxr-xr-x root/root usr/lib/emacs/24.1/x86_64-unknown-linux-gnu/vcdiff
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/ctags.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/ebrowse.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/emacs.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/emacsclient.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/etags.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/grep-changelog.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/rcs-checkin.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=emacs
|
||||
version=24.1
|
||||
release=1
|
||||
release=2
|
||||
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz
|
||||
$name-$version-etc-blacklist)
|
||||
|
||||
@ -29,6 +29,7 @@ build() {
|
||||
done
|
||||
|
||||
rm $PKG/usr/bin/emacs-$version
|
||||
rm $PKG/usr/{bin/{c,e}tags,man/man1/{c,e}tags.1.gz}
|
||||
|
||||
for i in $(< $SRC/$name-$version-etc-blacklist); do
|
||||
rm -r $PKG/usr/share/emacs/$version/etc/$i
|
||||
|
Loading…
x
Reference in New Issue
Block a user