expand the right PYTHON into rip and bash-compgen

This commit is contained in:
Thomas Vander Stichele
2013-02-03 14:29:42 +01:00
parent ecfbc28c69
commit 66a6079550
4 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!@PYTHON@
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4

View File

@@ -48,6 +48,8 @@ AM_CONDITIONAL(HAVE_PYCHECKER, test "x$PYCHECKER" = "xyes")
dnl output stuff
AC_CONFIG_FILES([bin/rip], [chmod +x bin/rip])
AC_CONFIG_FILES([etc/bash_completion.d/bash-compgen],
[chmod +x etc/bash_completion.d/bash-compgen])
AC_OUTPUT(
Makefile

View File

@@ -4,7 +4,7 @@ completion_DATA = rip
BUILT_SOURCES = rip
CLEANFILES = rip
EXTRA_DIST = bash-compgen
EXTRA_DIST = bash-compgen.in bash-compgen
ENTRY = morituri.rip.main.Rip

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!@PYTHON@
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4