147
147
makepkg.make_pkg('skel-input', support_im_pkg, macr)
149
149
makepkg.make_pkg('skel-writing', support_wa_pkg, macr)
155
156
# if base package does not exist, create it
156
157
if not os.path.isdir(base_pkg):
157
158
# determine name of tarball with extra files
159
160
if not os.path.isfile(extra_tar):
160
161
extra_tar = extra_tar + '.gz'
161
162
if not os.path.isfile(extra_tar):