]> wimlib.net Git - wimlib/blobdiff - Makefile.am
Miscellaneous fixes and cleanups
[wimlib] / Makefile.am
index 4cf31bf9419a300f7eb66e73ba23fab98f5d6df9..6d24bdf1126ad022a72c2e2ed9dd8eb95f8cf1d4 100644 (file)
@@ -186,8 +186,8 @@ install-data-hook:
 
 uninstall-hook:
        if [ "@IMAGEX_PROGNAME@" != imagex ]; then              \
-               rm -f $(DESTDIR)$(bindir)/"@IMAGEX_PROGNAME@"   \
-               rm -f $(DESTDIR)$(bindir)/imagex                \
+               rm -f $(DESTDIR)$(bindir)/"@IMAGEX_PROGNAME@";  \
+               rm -f $(DESTDIR)$(bindir)/imagex;               \
        fi
        for cmd in $(imagex_cmds); do                           \
                rm -f $(DESTDIR)$(bindir)/wim$${cmd};           \