Made slacknoth automatically fetch the current year through the 'date' command
This commit is contained in:
parent
4c11b456c0
commit
8f6b3ebe62
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ strip usr/bin/*
|
|||
echo "Adding package info..."
|
||||
mkdir install
|
||||
echo wesnoth: Battle for Wesnoth $1 > install/slack-desc
|
||||
echo wesnoth: Copyright \(C\) 2003 by David White \<davidnwhite@optusnet.com.au\> >> install/slack-desc
|
||||
echo wesnoth: Copyright \(C\) `date +%Y` by David White \<davidnwhite@optusnet.com.au\> >> install/slack-desc
|
||||
echo wesnoth: http://www.wesnoth.org/ >> install/slack-desc
|
||||
echo wesnoth: Packager: Mark Michelsen \<skovbaer@femgramskovbaerte.dk\> >> install/slack-desc
|
||||
echo wesnoth: >> install/slack-desc
|
||||
|
|
Loading…
Add table
Reference in a new issue