Added a configure script to handle skas-or-tt for now, since editing

in place wasn't such a good idea.
This commit is contained in:
freesource
2003-02-12 07:02:34 +00:00
parent 37df1ae07c
commit 0067a7a5fc
7 changed files with 23 additions and 30 deletions
+1
View File
@@ -20,6 +20,7 @@ build-stamp:
dh_testdir
# Add here commands to compile the package.
./configure
$(MAKE)
#/usr/bin/docbook-to-man debian/gbootroot.sgml > gbootroot.1
+1
View File
@@ -106,6 +106,7 @@ if [ ! -e $RPM_BUILD_DIR/%{build_dir}/sources/%{utilities} ] ; then
fi;
%build
./configure
make
%install
+1
View File
@@ -105,6 +105,7 @@ fi;
%build
./configure
make
%install