File: Install

package info (click to toggle)
linpopup 1.2.0-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 600 kB
  • ctags: 251
  • sloc: ansic: 2,885; sh: 250; makefile: 223
file content (6 lines) | stat: -rwxr-xr-x 78 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh
if ! test -e bin; then cd src;
else  cd bin;
fi;
make install
cd ..