Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Feb 1, 2020
1 parent b83c48a commit a1182ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create-deb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CATDIR=$FSDIR/usr/share/XaoS/catalogs
mkdir -p $CATDIR
cp $MAINDIR/catalogs/*.cat $CATDIR

TUTDIR=$FSDIR/usr/share/XaoS/tutorials
TUTDIR=$FSDIR/usr/share/XaoS/tutorial
mkdir -p $TUTDIR
cp $MAINDIR/tutorial/*.{xaf,xhf} $TUTDIR

Expand Down

0 comments on commit a1182ef

Please sign in to comment.