Browse Source

Fixed a few comments in dpkg plugin.

master
Sorin Ionescu 13 years ago
parent
commit
83876dd319
  1. 4
      plugins/dpkg/functions/dbb-build

4
plugins/dpkg/functions/dbb-build

@ -7,8 +7,8 @@ @@ -7,8 +7,8 @@
#
MAKEFLAGS='' # Temporarily unset MAKEFLAGS ('-j3' will fail).
appendage='-custom' # This shows up in $ (uname -r ).
revision=$(date +"%Y%m%d") # This shows up in the .deb file name.
appendage='-custom' # Displayed in $(uname -r).
revision=$(date +"%Y%m%d") # Displayed in the dpkg package file name.
make-kpkg clean

Loading…
Cancel
Save