diff options
Diffstat (limited to 'games/chocolate_duke3D/chocolate_duke3D.SlackBuild')
-rw-r--r-- | games/chocolate_duke3D/chocolate_duke3D.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/chocolate_duke3D/chocolate_duke3D.SlackBuild b/games/chocolate_duke3D/chocolate_duke3D.SlackBuild index 9eda899bc4..ab6f27addf 100644 --- a/games/chocolate_duke3D/chocolate_duke3D.SlackBuild +++ b/games/chocolate_duke3D/chocolate_duke3D.SlackBuild @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=chocolate_duke3D -VERSION=${VERSION:-befdc2c0e10c8a7a41efd8f4110beee4af49e0d8} +VERSION=${VERSION:-dd8db653e08cc3029a84dbfd36b2c927a8d3e8fc} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,6 +73,8 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Let's compile! +./autogen.sh +./configure make # Makes these folders so we can copy it into the Slackware games standard |