tint2: disabled tint2conf and tintwizard executables. also fixed xdg paths
This commit is contained in:
parent
f05a3f451d
commit
c49edf5128
@ -1,12 +1,10 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/xdg/
|
||||
drwxr-xr-x root/root etc/xdg/tint2/
|
||||
-rw-r--r-- root/root etc/xdg/tint2/tint2rc
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/tint2
|
||||
-rwxr-xr-x root/root usr/bin/tint2conf
|
||||
-rwxr-xr-x root/root usr/bin/tintwizard.py
|
||||
drwxr-xr-x root/root usr/etc/
|
||||
drwxr-xr-x root/root usr/etc/xdg/
|
||||
drwxr-xr-x root/root usr/etc/xdg/tint2/
|
||||
-rw-r--r-- root/root usr/etc/xdg/tint2/tint2rc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/tint2.1.gz
|
||||
|
@ -6,15 +6,16 @@
|
||||
|
||||
name=tint2
|
||||
version=0.10
|
||||
release=1
|
||||
release=2
|
||||
source=(http://$name.googlecode.com/files/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/man
|
||||
--sysconfdir=/usr/etc \
|
||||
--mandir=/usr/man \
|
||||
--disable-tint2conf
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user