glade: fix broken symlink

This commit is contained in:
Thomas Penteker 2010-03-31 13:30:50 +02:00
parent f4cee27e23
commit e7f7392bc6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/glade -> /usr/bin/glade-2
lrwxrwxrwx root/root usr/bin/glade -> /usr/bin/glade-3
-rwxr-xr-x root/root usr/bin/glade-3
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libgladeui-1.0/

View File

@ -16,6 +16,6 @@ build() {
--disable-gnome
make && make DESTDIR=$PKG install
ln -sf /usr/bin/glade-2 $PKG/usr/bin/glade
ln -sf /usr/bin/glade-3 $PKG/usr/bin/glade
rm -rf $PKG/usr/share/{locale,gnome,omf,gtk-doc}
}