|
|
|
@ -11,9 +11,17 @@
|
|
|
|
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
|
# --- T2-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
# Have pixie install its doc in its own location. |
|
|
|
|
docdir=$docdir/$pkg |
|
|
|
|
set_confopt |
|
|
|
|
|
|
|
|
|
# Tell pixie where that location is. |
|
|
|
|
var_append confopt ' ' "--with-docdir=$docdir" |
|
|
|
|
|
|
|
|
|
#set PIXIEHOME, otherwise pixie will not work |
|
|
|
|
home() { |
|
|
|
|
echo "export PIXIEHOME=/usr/lib/Pixie" > $root/etc/profile.d/pixie |
|
|
|
|
echo "export PIXIEHOME=$root/$libdir/Pixie" > $root/etc/profile.d/pixie |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
hook_add postmake 5 home |
|
|
|
|