diff options
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' |