mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 12:00:33 +03:00
9 lines
182 B
Bash
Executable File
9 lines
182 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $Id$
|
|
#
|
|
# Build ChangeLog for package inclusion using the svn2cl Perl script
|
|
# (http://ch.tudelft.nl/~arthur/svn2cl)
|
|
|
|
sh ~/work/svn2cl/svn2cl.sh ~/work/sbopkg-read-only
|