Browse Source
Note: This update is also removing the package .conf file because the tweaks are not needed anymore.user/karasz/next/updates
2 changed files with 3 additions and 27 deletions
@ -1,24 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
# |
|
||||||
# Filename: package/.../ghostscript/ghostscript.conf |
|
||||||
# Copyright (C) 2009 - 2010 The OpenSDE Project |
|
||||||
# |
|
||||||
# More information can be found in the files COPYING and README. |
|
||||||
# |
|
||||||
# This program is free software; you can redistribute it and/or modify |
|
||||||
# it under the terms of the GNU General Public License as published by |
|
||||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||||
# GNU General Public License can be found in the file COPYING. |
|
||||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||||
|
|
||||||
makeinstopt="$makeopt soinstall" |
|
||||||
var_append makeopt ' ' 'so' |
|
||||||
|
|
||||||
ghostscript_install_gs() { |
|
||||||
if [ ! -e "$root$bindir/gs" ]; then |
|
||||||
echo_warning 'gs not installed, making a symlink to gsc instead.' |
|
||||||
ln -s gsc "$root$bindir/gs" |
|
||||||
fi |
|
||||||
} |
|
||||||
hook_add postmake 5 'ghostscript_install_gs' |
|
Loading…
Reference in new issue