summarylogtreecommitdiffstats
path: root/remove_bash_completion.patch
diff options
context:
space:
mode:
authorhaawda2019-10-25 16:22:18 +0200
committerhaawda2019-10-25 16:22:18 +0200
commit6a3a5627fb0d0609d5e1574e8f63bed1b27adb39 (patch)
tree81193172282f82ce7bbb9c61a2257e7882f86c2e /remove_bash_completion.patch
parent39da24b3855c51f2d94b2af36cfe64c9113b5f8e (diff)
downloadaur-6a3a5627fb0d0609d5e1574e8f63bed1b27adb39.tar.gz
switch to brunomiguel's repo for now
Diffstat (limited to 'remove_bash_completion.patch')
-rw-r--r--remove_bash_completion.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/remove_bash_completion.patch b/remove_bash_completion.patch
deleted file mode 100644
index 373ed41da938..000000000000
--- a/remove_bash_completion.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff --git a/Makefile b/Makefile
-index a4ace3c..41a461f 100644
---- a/Makefile
-+++ b/Makefile
-@@ -7,7 +7,6 @@ MAN_PAGES = \
- doc/pakku.conf.5
-
- TARGETS = \
-- completion/bash \
- completion/zsh \
- lib/tools \
- src/pakku \
-@@ -20,8 +19,6 @@ DIST = \
- COPYING \
- Makefile \
- pakku.conf \
-- completion/bash.patch \
-- completion/bash-git.patch \
- completion/make.sh \
- completion/zsh.patch \
- completion/zsh-git.patch \
-@@ -82,13 +79,6 @@ all: \
- ${TARGETS} \
- ${TARGETS_NODIST}
-
--completion/bash: \
-- completion/make.sh \
-- completion/bash.patch \
-- completion/bash-git.patch
-- @echo "GEN: $@"
-- @(cd completion && ./make.sh 'bash')
--
- completion/zsh: \
- completion/make.sh \
- completion/zsh.patch \
-@@ -143,7 +133,6 @@ define uninstall
- endef
-
- install:
-- $(call install,644,'completion/bash','${BASHCOMPLETIONSDIR}/pakku')
- $(call install,644,'completion/zsh','${ZSHCOMPLETIONSDIR}/_pakku')
- $(call install,644,'doc/pakku.8','${MANDIR}/man8/pakku.8')
- $(call install,644,'doc/pakku.conf.5','${MANDIR}/man5/pakku.conf.5')