|
Last change
on this file since 145c3b8 was b9492d5, checked in by Phil Sutter <n0-1@…>, 19 years ago |
|
merged from branches/common-adk 1310:1685
the following packages are not converted yet:
- alsa
- asterisk
- pmacct
- zaptel
- elinks
- libgd
- lua
- mypackage
- openser
- php*
- snort*
- tmsnc
additionally, freeradius doesn't compile.
happy fixing :P
git-svn-id: svn://www.freewrt.org/trunk/freewrt@1686 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
453 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | # $FreeWRT$
|
|---|
| 3 | #-
|
|---|
| 4 | # This file is part of the FreeWRT project. FreeWRT is copyrighted
|
|---|
| 5 | # material, please see the LICENCE file in the top-level directory
|
|---|
| 6 | # or at http://www.freewrt.org/licence for details.
|
|---|
| 7 | #-
|
|---|
| 8 | # Fake we're running under a different operating system (@@ToOS@@)
|
|---|
| 9 | # than the real one (@@FromOS@@), determined by 'make prereq'
|
|---|
| 10 |
|
|---|
| 11 | if test x"$NOFAKE" = x"yes"; then
|
|---|
| 12 | exec @@PROG@@ "$@"
|
|---|
| 13 | else
|
|---|
| 14 | @@PROG@@ "$@" | sed 's!@@FromOS@@!@@ToOS@@!g'
|
|---|
| 15 | fi
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.