mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix wrong script permissions and missing shebang line (bug #7276)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37467 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
30044119a6
commit
413f1381ed
@ -1218,9 +1218,11 @@ dist_layouts_DATA =\
|
||||
layouts/tufte-handout.layout
|
||||
|
||||
scriptsdir = $(pkgdatadir)/scripts
|
||||
dist_scripts_DATA = \
|
||||
scripts/bash_completion \
|
||||
scripts/lyxsweave.R
|
||||
# Note that we "chmod 755" manually these files in install-data-hook.
|
||||
dist_scripts_PYTHON = \
|
||||
scripts/bash_completion \
|
||||
scripts/clean_dvi.py \
|
||||
scripts/convertDefault.py \
|
||||
scripts/csv2lyx.py \
|
||||
@ -1238,7 +1240,6 @@ dist_scripts_PYTHON = \
|
||||
scripts/lyxpreview-lytex2bitmap.py \
|
||||
scripts/lyxpreview-platex2bitmap.py \
|
||||
scripts/lyxpreview_tools.py \
|
||||
scripts/lyxsweave.R \
|
||||
scripts/prefs2prefs.py \
|
||||
scripts/prefs2prefs_lfuns.py \
|
||||
scripts/prefs2prefs_prefs.py \
|
||||
|
@ -1,3 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# file include_bib.py
|
||||
# This file is part of LyX, the document processor.
|
||||
# Licence details can be found in the file COPYING.
|
||||
|
Loading…
Reference in New Issue
Block a user