mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-10 13:51:39 -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:
+2
-2
@@ -11,9 +11,8 @@ export DH_COMPAT=3
|
||||
configure: configure-stamp
|
||||
configure-stamp:
|
||||
dh_testdir
|
||||
# Add here commands to configure the package.
|
||||
|
||||
|
||||
# Add here commands to configure the package.
|
||||
touch configure-stamp
|
||||
|
||||
build: configure-stamp build-stamp
|
||||
@@ -33,6 +32,7 @@ clean:
|
||||
|
||||
# Add here commands to clean up after the build process.
|
||||
-$(MAKE) clean
|
||||
-$(MAKE) clean-sources
|
||||
|
||||
dh_clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user