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