mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-11 14:21:38 -04:00
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:
@@ -72,8 +72,9 @@ chown -R root:root .
|
||||
%install
|
||||
make
|
||||
|
||||
# nothing to clean
|
||||
%clean
|
||||
make clean
|
||||
make clean-sources
|
||||
|
||||
|
||||
# Update this as necessary
|
||||
|
||||
@@ -72,8 +72,9 @@ chown -R root:root .
|
||||
%install
|
||||
make
|
||||
|
||||
# nothing to clean
|
||||
%clean
|
||||
make clean
|
||||
make clean-sources
|
||||
|
||||
|
||||
# Update this as necessary
|
||||
|
||||
Reference in New Issue
Block a user