|
Last change
on this file since eb67240 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 9 years ago
|
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100755
|
|
File size:
460 bytes
|
| Rev | Line | |
|---|
| [c5c522c] | 1 | #!/bin/bash |
|---|
| 2 | |
|---|
| 3 | #######Essential package info. |
|---|
| 4 | #Change these if autodetection fails. |
|---|
| 5 | |
|---|
| 6 | #Name of the Syn-3 package that we are going to create |
|---|
| 7 | NAME=`basename $0|sed 's/.SlackBuild//'` |
|---|
| 8 | |
|---|
| 9 | mkdir -p /tmp/pkg/usr/bin |
|---|
| 10 | mkdir -p /tmp/pkg/etc/cron.hourly |
|---|
| 11 | cp areca-cli /tmp/pkg/usr/bin |
|---|
| 12 | chmod +x /tmp/pkg/usr/bin/areca-cli || exit 1 |
|---|
| 13 | cp syn3-arecacheck /tmp/pkg/etc/cron.hourly |
|---|
| 14 | chmod +x /tmp/pkg/etc/cron.hourly/* || exit 1 |
|---|
| 15 | |
|---|
| 16 | syn3_makepkg /tmp/pkg $NAME 1.72.250 i386 || exit 1 |
|---|
Note: See
TracBrowser
for help on using the repository browser.