diff options
Diffstat (limited to 'src/2/ppt-mkpkgs')
-rw-r--r-- | src/2/ppt-mkpkgs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/2/ppt-mkpkgs b/src/2/ppt-mkpkgs index 4bd49b1..80d65cd 100644 --- a/src/2/ppt-mkpkgs +++ b/src/2/ppt-mkpkgs @@ -17,6 +17,7 @@ make_common_pkg() # Make "-common" package to provide source package documentation files. mkdir -p "config-${PLAT}-common.pkg" cat >"config-${PLAT}-common.pkg/control" <<-EOF + # Generated by ppt-mkpkgs. Do not edit. Architecture: all Platform: all Description: "${PLAT}" platform configuration - common files @@ -31,6 +32,7 @@ make_base_pkg() # installed. mkdir -p "config-base.pkg" cat >"config-base.pkg/control" <<-EOF + # Generated by ppt-mkpkgs. Do not edit. Architecture: all Platform: ${PLAT} Essential: yes @@ -51,6 +53,7 @@ make_build_time_pkgs() pkg="${pkg#src/build/}" mkdir -p "config-${pkg}-${PLAT}.pkg" cat >"config-${pkg}-${PLAT}.pkg/control" <<-EOF + # Generated by ppt-mkpkgs. Do not edit. Architecture: all Platform: all Depends: config-${PLAT}-common (= \${Binary-Version}), @@ -72,6 +75,7 @@ make_run_time_pkgs() pkg="${pkg#src/run/}" mkdir -p "config-${pkg}.pkg" cat >"config-${pkg}.pkg/control" <<-EOF + # Generated by ppt-mkpkgs. Do not edit. Architecture: all Platform: ${PLAT} Depends: config-${PLAT}-common (= \${Binary-Version}), |