File: install.script

package info (click to toggle)
asmail 2.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,024 kB
  • ctags: 301
  • sloc: ansic: 3,045; sh: 183; makefile: 88
file content (19 lines) | stat: -rwxr-xr-x 319 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
# Copyright (c) 1997 Guylhem AZNAR <guylhem@oeil.qc.ca>

./configure
make

echo
echo
echo "You must have root password to install AfterStepApps on systemwide dirs."
echo "(press start to continue)"
echo

su root -c "make install ; make install.man"

echo
echo
echo "You can now use AfterStepApps !"
echo
echo