File: install.script

package info (click to toggle)
asmounter 0.3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 336 kB
  • ctags: 114
  • sloc: ansic: 658; sh: 183; makefile: 55
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