]>
Commit | Line | Data |
---|---|---|
e4bb5998 RD |
1 | #!/bin/bash |
2 | #---------------------------------------------------------------------- | |
3 | ||
4 | set -o errexit | |
5 | ||
e4bb5998 RD |
6 | if [ $skipsource != yes -o $onlysource = yes ]; then |
7 | ||
8 | # make the source tarball and srpm | |
c1c4cf89 | 9 | distrib/makerpm 2.4 srpm |
e4bb5998 RD |
10 | |
11 | # Copy everything to the staging dir | |
12 | echo "Moving stuff to $STAGING_DIR..." | |
13 | mv dist/* $STAGING_DIR | |
14 | ||
15 | fi |