7 lines
127 B
Bash
7 lines
127 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export DEBEMAIL="glenux@glenux.net"
|
||
|
export DEBFULLNAME="Glenn Y. Rolland"
|
||
|
export buildArea=$HOME/debian/build-area
|
||
|
|