File: install.fast

package info (click to toggle)
hybserv 1.9.2-4
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 2,848 kB
  • ctags: 1,854
  • sloc: ansic: 37,037; sh: 3,167; makefile: 337
file content (19 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
# $Id: install.fast 1124 2005-07-27 13:10:41Z kreator $

echo
echo "Starting configuration with default values"
echo

./configure
make

echo
echo "You need root to install Hybserv in system wide directories"
echo

su root -c "make install"

echo
echo "Hybserv has been successfully installed!"
echo