mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
13 lines
374 B
Plaintext
13 lines
374 B
Plaintext
Index: Makefile
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -143,7 +143,7 @@ uninstall-doc :
|
|
$(RM) -r $(DESTDIR)$(docdir)
|
|
|
|
install-completion :
|
|
- if [ -d $(compdir) ] ; then \
|
|
+ if true || [ -d $(compdir) ] ; then \
|
|
$(INSTALL_DIR) $(DESTDIR)$(compdir) ; \
|
|
for program in $(PROGRAMS) ; do \
|
|
$(INSTALL_DATA) completion/$$program.bash $(DESTDIR)$(compdir)/$$program ; done ; \
|