From e8868d6ec36909574ae38c4e81e0f6f0d0eebe35 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Mon, 12 Jan 2015 12:20:33 +0100 Subject: [PATCH] - cleanup --- Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index c37c089d..00a799af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,14 +11,9 @@ doc_DATA = AUTHORS COPYING EXTRA_DIST = $(doc_DATA) VERSION LIBVERSION - snapper-$(VERSION).tar.bz2: dist-bzip2 -package-local: snapper-$(VERSION).tar.bz2 +package: snapper-$(VERSION).tar.bz2 rm -f package/snapper-*.tar.bz2 - rm -f package/*~ - rm -f package/*.bak mv snapper-$(VERSION).tar.bz2 package/ -package: package-local - -- 2.47.3