|
|
@ -6,7 +6,7 @@ |
|
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
|
|
# |
|
|
|
# ROCK Linux: rock-src/package/rene/ploticus/ploticus.conf |
|
|
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
# |
|
|
|
# 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 |
|
|
@ -20,7 +20,6 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
ploticus_install() |
|
|
|
{ |
|
|
|
cp -fv pl $root/$prefix/bin/ploticus |
|
|
@ -28,10 +27,11 @@ ploticus_install() |
|
|
|
mkdir -p $root/$prefix/share/ploticus |
|
|
|
cp -rfv prefabs $root/$prefix/share/ploticus/ |
|
|
|
|
|
|
|
# somehoe the docs change with each version released ... |
|
|
|
# cp -fv man/man1/pl.1 $root/$prefic/man/man1/ploticus.1 |
|
|
|
# cp -fv man/man3/libploticus.3 $root/$prefic/man/man3/ |
|
|
|
# cp -rfv man/manpl $docdir |
|
|
|
cp -rfv man $docdir |
|
|
|
# cp -rfv man $docdir |
|
|
|
} |
|
|
|
|
|
|
|
# do not run make install |
|
|
|