Now making successful debian source and binary package with new

set-up.  Pretty cool, if this package was an official package it would
use kernel-sources* package, but instead, I made some minor
modifications since I don't want to have to dl kernel sources
every time a compile is done, and kernel.org is still the definitive
place for the source.
This commit is contained in:
freesource
2002-12-18 19:03:13 +00:00
parent 95c1b23508
commit 187bd81bcd
8 changed files with 57 additions and 26 deletions
+2 -1
View File
@@ -72,8 +72,9 @@ chown -R root:root .
%install
make
# nothing to clean
%clean
make clean
make clean-sources
# Update this as necessary
+2 -1
View File
@@ -72,8 +72,9 @@ chown -R root:root .
%install
make
# nothing to clean
%clean
make clean
make clean-sources
# Update this as necessary