-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
eldy
committed
Jul 9, 2013
1 parent
00a9e72
commit b34c431
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
# \file make/makepack-awstats.pl | ||
# \brief Package builder (tgz, zip, rpm, deb, exe) | ||
# \version $Revision$ | ||
# \author (c)2004-2012 Laurent Destailleur <[email protected]> | ||
# \author (c)2004-2013 Laurent Destailleur <[email protected]> | ||
#---------------------------------------------------------------------------- | ||
|
||
use Cwd; | ||
|
||
$PROJECT="awstats"; | ||
$MAJOR="7"; | ||
$MINOR="1.1"; | ||
$MINOR="2"; | ||
$RPMSUBVERSION="1"; | ||
|
||
@LISTETARGET=("TGZ","ZIP","RPM","DEB","EXE"); # Possible packages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# \file make/makepack-awstats_webmin.pl | ||
# \brief Package builder (tgz, zip, rpm, deb, exe) | ||
# \version $Revision$ | ||
# \author (c)2004-2005 Laurent Destailleur <[email protected]> | ||
# \author (c)2004-2013 Laurent Destailleur <[email protected]> | ||
#---------------------------------------------------------------------------- | ||
|
||
use Cwd; | ||
|