mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-11 14:21:38 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -106,6 +106,7 @@ if [ ! -e $RPM_BUILD_DIR/%{build_dir}/sources/%{utilities} ] ; then
|
||||
fi;
|
||||
|
||||
%build
|
||||
./configure
|
||||
make
|
||||
|
||||
%install
|
||||
|
||||
@@ -105,6 +105,7 @@ fi;
|
||||
|
||||
|
||||
%build
|
||||
./configure
|
||||
make
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user