From 0a468c868910a2308612b6f6b86f6c29ff61ba95 Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Sat, 12 Sep 2015 17:43:45 -0300 Subject: [PATCH] Fixing Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c73fa08..fd7640e 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,11 @@ dist: clean mkdir $(DISTDIR) tar --exclude=.git --exclude=$(DISTDIR) -cf - * | (cd $(DISTDIR) && tar xaf -) tar --exclude=.git -caf $(TARBALL) $(DISTDIR) - rm ~/rpmbuild/SOURCES/$(TARBALL) && cp $(TARBALL) ~/rpmbuild/SOURCES/ + rm -f ~/rpmbuild/SOURCES/$(TARBALL) && cp $(TARBALL) ~/rpmbuild/SOURCES/ clean: $(RM) $(TARBALL) $(RM) -r $(DISTDIR) install: install -d -m 0755 $(DESTDIR)/$(colab_dir)/colab-spb-theme - cp -vr . $(DESTDIR)/$(colab_dir)/colab-spb-theme + cp -vr colab_spb_theme $(DESTDIR)/$(colab_dir)/colab-spb-theme -- libgit2 0.21.2