diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-22 21:18:46 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-22 21:18:46 (EST) |
commit | bb1e843bab9c430db0bb4a9012c0616fac5c0739 (patch) | |
tree | c5f58146918b2117e8cc6c5cceefa32f40f4914f /lib/package | |
parent | 4bc05ac019925120814e4fb5c4e73734616e1881 (diff) |
libopkbuild: Drop include guards
Diffstat (limited to 'lib/package')
-rw-r--r-- | lib/package/2.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/package/2.sh b/lib/package/2.sh index 0be38fc..1090d15 100644 --- a/lib/package/2.sh +++ b/lib/package/2.sh @@ -17,9 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -[ x"${_OB_PACKAGE_2_SM+set}" = x'set' ] && return 0 -_OB_PACKAGE_2_SM=1 - _OB_SOURCE_FIELDS_REQUIRED_2='Maintainer' _OB_SOURCE_FIELDS_OPTIONAL_2='Build-Depends Homepage' _OB_BINARY_FIELDS_REQUIRED_2='Architecture Platform Description' |