* Now FHS compliant. But the packages it builds will probably not be..

This commit is contained in:
joey
1999-09-06 21:29:23 +00:00
parent 4f5b63ee13
commit 046afb14d4
5 changed files with 23 additions and 13 deletions

View File

@@ -15,8 +15,8 @@
echo "Copying .odbc.ini to $HOME"
- test -f /usr/doc/packages/axbase/.odbc.ini && \
- cp /usr/doc/packages/axbase/.odbc.ini ${HOME}/.odbc.ini
+ test -f /usr/doc/axbase/.odbc.ini && \
+ cp /usr/doc/axbase/.odbc.ini ${HOME}/.odbc.ini
+ test -f /usr/share/doc/axbase/.odbc.ini && \
+ cp /usr/share/doc/axbase/.odbc.ini ${HOME}/.odbc.ini
fi
#
@@ -147,4 +147,4 @@
--- axbase-4.4.1.orig/debian/menu
+++ axbase-4.4.1/debian/menu
@@ -0,0 +1 @@
+?package(applix):needs="x11" section="Apps/Editors" title="Applixware" command="applixware"
+?package(axbase):needs="x11" section="Apps/Editors" title="Applixware" command="applixware"