Skip to content

Commit 152b0ba

Browse files
committed
fix IPS packaging
1 parent 198a733 commit 152b0ba

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

platform/solaris/ips/create.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -252,29 +252,29 @@ PKG pkgsend add file tools/sync/filelock.py \
252252
mode=0555 owner=root group=bin path=/usr/opengrok/bin/filelock.py
253253
PKG pkgsend add file tools/sync/reindex-project.ksh \
254254
mode=0555 owner=root group=bin path=/usr/opengrok/bin/reindex-project.ksh
255-
PKG pkgsend add file tools/sync/cvs.py
255+
PKG pkgsend add file tools/sync/cvs.py \
256256
mode=0555 owner=root group=bin path=/usr/opengrok/bin/cvs.py
257-
PKG pkgsend add file tools/sync/git.py
257+
PKG pkgsend add file tools/sync/git.py \
258258
mode=0555 owner=root group=bin path=/usr/opengrok/bin/git.py
259-
PKG pkgsend add file tools/sync/hook.py
259+
PKG pkgsend add file tools/sync/hook.py \
260260
mode=0555 owner=root group=bin path=/usr/opengrok/bin/hook.py
261-
PKG pkgsend add file tools/sync/mercurial.py
261+
PKG pkgsend add file tools/sync/mercurial.py \
262262
mode=0555 owner=root group=bin path=/usr/opengrok/bin/mercurial.py
263-
PKG pkgsend add file tools/sync/mirror.py
263+
PKG pkgsend add file tools/sync/mirror.py \
264264
mode=0555 owner=root group=bin path=/usr/opengrok/bin/mirror.py
265-
PKG pkgsend add file tools/sync/opengrok.py
265+
PKG pkgsend add file tools/sync/opengrok.py \
266266
mode=0555 owner=root group=bin path=/usr/opengrok/bin/opengrok.py
267-
PKG pkgsend add file tools/sync/readconfig.py
267+
PKG pkgsend add file tools/sync/readconfig.py \
268268
mode=0555 owner=root group=bin path=/usr/opengrok/bin/readconfig.py
269-
PKG pkgsend add file tools/sync/repofactory.py
269+
PKG pkgsend add file tools/sync/repofactory.py \
270270
mode=0555 owner=root group=bin path=/usr/opengrok/bin/repofactory.py
271-
PKG pkgsend add file tools/sync/repository.py
271+
PKG pkgsend add file tools/sync/repository.py \
272272
mode=0555 owner=root group=bin path=/usr/opengrok/bin/repository.py
273-
PKG pkgsend add file tools/sync/svn.py
273+
PKG pkgsend add file tools/sync/svn.py \
274274
mode=0555 owner=root group=bin path=/usr/opengrok/bin/svn.py
275-
PKG pkgsend add file tools/sync/teamware.py
275+
PKG pkgsend add file tools/sync/teamware.py \
276276
mode=0555 owner=root group=bin path=/usr/opengrok/bin/teamware.py
277-
PKG pkgsend add file tools/sync/utils.py
277+
PKG pkgsend add file tools/sync/utils.py \
278278
mode=0555 owner=root group=bin path=/usr/opengrok/bin/utils.py
279279

280280
PKG pkgsend add file dist/opengrok.jar \

0 commit comments

Comments
 (0)