Skip to content

Commit

Permalink
build: fix uninstall section
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Nov 27, 2010
1 parent afce19e commit f6304dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install-exec-local:
$(INSTALL) -d $(DESTDIR)/$(DEFAULT_CONFIG_DIR)

uninstall-local:
rmdir $(DESTDIR)/$(DEFAULT_CONFIG_DIR) || ;
rmdir $(DESTDIR)/$(DEFAULT_CONFIG_DIR) || :;

maintainer-clean-local:
rm -rf m4

0 comments on commit f6304dc

Please sign in to comment.