From: Axel S. <as...@us...> - 2005-02-19 13:25:32
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13339 Modified Files: ChangeLog Makefile.am Log Message: Repaired uninstall hook. Index: Makefile.am =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/Makefile.am,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- Makefile.am 17 Feb 2005 00:13:19 -0000 1.50 +++ Makefile.am 19 Feb 2005 13:25:16 -0000 1.51 @@ -987,7 +987,7 @@ --input-file=$(call getVar,$(pkgname),PACKAGE);) uninstall-hook : - $(foreach pkgname,$(lib_LIBRARIES), \ + $(foreach pkgname,$(pkglib_LIBRARIES), \ $(GHCPKG) $(addprefix --config-file=,$(PKGCONF)) \ --remove-package=`cat $(call getVar,$(pkgname),PACKAGE) \ | $(GREP) name | $(SED) "s/ *name *= *\"\([a-zA-Z0-9]*\)\",/\1/"`;) \ Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.360 retrieving revision 1.361 diff -u -d -r1.360 -r1.361 --- ChangeLog 17 Feb 2005 18:45:31 -0000 1.360 +++ ChangeLog 19 Feb 2005 13:25:16 -0000 1.361 @@ -1,3 +1,8 @@ +2005-02-19 Axel Simon <A....@ke...> + + * Makefile.am: Repaired the uninstall-hook which somehow worked on + the wrong variable thereby not removing any packages. + 2005-02-17 Duncan Coutts <du...@co...> * gtk/Graphics/UI/Gtk/TreeList/TreeModel.chs.pp, |