commit: 83db19445f037ff9385f80ae7f9ed787bfc55262
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 31 18:42:59 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 31 18:42:59 2014 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/commit/?id=83db1944
Makefile: remove the outdated install target temporarily.
It is just wrong, so there is no point in keeping it for now. I will
write new rules after refactoring the code.
Makefile | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/Makefile b/Makefile
index e8f87cd..da4702b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,18 +5,9 @@ distapp = gentoo-bashcomp
distver := $(shell date -u +%Y%m%d)
distpkg := $(distapp)-$(distver)
-PREFIX = /usr
-
all:
@echo Nothing to compile.
-install:
- install -d "$(DESTDIR)$(PREFIX)/share/bash-completion"
- install -m0644 gentoo "$(DESTDIR)$(PREFIX)/share/bash-completion"
- install -d "$(DESTDIR)/etc/bash_completion.d"
- ln -snf "../..$(PREFIX)/share/bash-completion/gentoo" \
- "$(DESTDIR)/etc/bash_completion.d/gentoo"
-
tag:
git pull
git tag -a $(distpkg) -m "tag $(distpkg)"