From c6dbdc231d3e0f211ca9ab374ebf7e1a9d0bcbf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 1 Jul 2012 15:02:51 +0000 Subject: fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7d798bb..2c2a709 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ install: install -m 644 Default/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml $(DESTDIR)$(xfceprofdir)/Default/xfce4/xfconf/xfce-perchannel-xml cleandist: - rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2 + rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.xz localcopy: svn export -q -rBASE . $(PACKAGE)-$(VERSION) -- cgit v1.2.1