From b6d7f72d6edb19f2afd5ccf1816e2c7732d3803a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 18 Aug 2013 12:11:44 -0400 Subject: src/*.sh: Add ".sh" to header comment. --- (limited to 'src') diff --git a/src/ob-applypatches.sh b/src/ob-applypatches.sh index 10ace82..c5039d5 100644 --- a/src/ob-applypatches.sh +++ b/src/ob-applypatches.sh @@ -1,7 +1,7 @@ #!@@SH@@ # # opkbuild -# src/ob-applypatches +# src/ob-applypatches.sh # Apply patches to source code. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/src/ob-buildenv.sh b/src/ob-buildenv.sh index e02c19a..5ccd4d0 100644 --- a/src/ob-buildenv.sh +++ b/src/ob-buildenv.sh @@ -1,7 +1,7 @@ #!@@SH@@ # # opkbuild -# src/ob-buildenv +# src/ob-buildenv.sh # Set up build environment. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/src/ob-buildopk.sh b/src/ob-buildopk.sh index 264e532..5c0ff4b 100644 --- a/src/ob-buildopk.sh +++ b/src/ob-buildopk.sh @@ -1,7 +1,7 @@ #!@@SH@@ # # opkbuild -# src/ob-buildopk +# src/ob-buildopk.sh # Pack binary package files into an opk file. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh index be7b875..53337dc 100644 --- a/src/ob-checkbuilddeps.sh +++ b/src/ob-checkbuilddeps.sh @@ -1,7 +1,7 @@ #!@@SH@@ # # opkbuild -# src/ob-checkbuilddeps +# src/ob-checkbuilddeps.sh # Make sure that package build dependencies are installed. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/src/ob-genchanges.sh b/src/ob-genchanges.sh index d5f60b9..80c2a56 100644 --- a/src/ob-genchanges.sh +++ b/src/ob-genchanges.sh @@ -1,7 +1,7 @@ #!@@SH@@ # # opkbuild -# src/ob-genchanges +# src/ob-genchanges.sh # Generates a changes file to describe binary packages and their changes. # # Copyright (C) 2013 Patrick "P. J." McDermott diff --git a/src/ob-gencontrol.sh b/src/ob-gencontrol.sh index 542117d..ff1414a 100644 --- a/src/ob-gencontrol.sh +++ b/src/ob-gencontrol.sh @@ -1,7 +1,7 @@ #!@@SH@@ # # opkbuild -# src/ob-gencontrol +# src/ob-gencontrol.sh # Generates a control directory with a control file and scripts. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/src/ob-installdocs.sh b/src/ob-installdocs.sh index 5cd49a9..512976a 100644 --- a/src/ob-installdocs.sh +++ b/src/ob-installdocs.sh @@ -1,7 +1,7 @@ #!@@SH@@ # # opkbuild -# src/ob-installdocs +# src/ob-installdocs.sh # Install package documentation into a binary package staging area. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/src/ob-installplatconf.sh b/src/ob-installplatconf.sh index 5a29442..466023c 100644 --- a/src/ob-installplatconf.sh +++ b/src/ob-installplatconf.sh @@ -1,7 +1,7 @@ #!@@SH@@ # # opkbuild -# src/ob-installplatconf +# src/ob-installplatconf.sh # Install build-time and run-time platform configuration files. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/src/ob-unpacksource.sh b/src/ob-unpacksource.sh index 07c8d48..0324a4e 100644 --- a/src/ob-unpacksource.sh +++ b/src/ob-unpacksource.sh @@ -1,7 +1,7 @@ #!@@SH@@ # # opkbuild -# src/ob-unpacksource +# src/ob-unpacksource.sh # Unpack native or upstream source. # # Copyright (C) 2012 Patrick "P. J." McDermott diff --git a/src/opkbuild.sh b/src/opkbuild.sh index ebf010d..5b5ff60 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -1,7 +1,7 @@ #!@@SH@@ # # opkbuild -# src/opkbuild +# src/opkbuild.sh # Build opkg packages. # # Copyright (C) 2012 Patrick "P. J." McDermott -- cgit v0.9.1