Skip to content
Snippets Groups Projects
Commit 886e892a authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Fixed missing to copy levels dir when sources tarbal is created

parent 90cb99e2
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
# Script for building Nootka source tar-ball package
# It usualy is invoked by make src
# It usually is invoked by make src
# USAGE:
# make-src.sh version build-directory source-directory
#
......@@ -22,6 +22,7 @@ mkdir $DST_DIR
cp -r $SRC_DIR/fonts $DST_DIR
cp -r $SRC_DIR/lang $DST_DIR
cp -r $SRC_DIR/levels $DST_DIR
cp -r $SRC_DIR/mime $DST_DIR
cp -r $SRC_DIR/packaging $DST_DIR
cp -r $SRC_DIR/picts $DST_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment