The following commit has been merged in the master branch:
commit 0e6bd5764027d36f1605f141ae306a1221a6c7dd
Author: Guillem Jover <[email protected]>
Date:   Sat Feb 20 19:11:24 2010 +0100

    build: Move <sbindir>/install-info uninstallation to utils/
    
    Put it where install-info is being handled.

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 0a4f8ae..f4634d8 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -131,7 +131,6 @@ install-data-hook:
 
 uninstall-local:
        rm -f $(DESTDIR)$(sysconfdir)/alternatives/README
-       rm -f $(DESTDIR)$(sbindir)/install-info
 
 TEST_VERBOSE= 0
 
diff --git a/utils/Makefile.am b/utils/Makefile.am
index b342395..4324b09 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -30,3 +30,6 @@ dpkg_install_info_LDADD = \
 
 transform = s/dpkg-install-info/install-info/; $(program_transform_name)
 
+uninstall-local:
+       rm -f $(DESTDIR)$(sbindir)/install-info
+

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to