From 3e48d93af2cadd4ea1c622d1a12e0d5367bb19e8 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 08 Oct 2012 11:09:02 -0400 Subject: Uninstall main lib modules after lib plugins. This allows the libopkbuild directory to be removed (unless the user has added other files under this directory). --- diff --git a/Makefile.in b/Makefile.in index 049632d..6823384 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,9 +88,9 @@ uninstall: @printf 'Uninstalling executable files...\n' @cd src && $(MAKE) $(MACROS) uninstall @printf 'Uninstalling library files...\n' - @cd lib && $(MAKE) $(MACROS) uninstall @cd lib/package && $(MAKE) $(MACROS) uninstall @cd lib/metadata && $(MAKE) $(MACROS) uninstall + @cd lib && $(MAKE) $(MACROS) uninstall @printf 'Uninstalling locales...\n' @cd locale && $(MAKE) $(MACROS) uninstall @printf 'Uninstalling manual pages...\n' -- cgit v0.9.1