File: install.script

package info (click to toggle)
asmem 1.9-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 308 kB
  • ctags: 135
  • sloc: ansic: 1,416; sh: 183; makefile: 51
file content (19 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download | duplicates (3)
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"

echo
echo
echo "You can now use asmem !"
echo
echo