set executable property on mkpak.sh

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@971 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2014-08-20 09:20:03 +00:00
parent d10512a72b
commit 342c135a12
2 changed files with 3 additions and 2 deletions

View file

@ -9,3 +9,4 @@ $(OUTPUT): $(INPUT)
.PHONY: clean
clean:
rm -f $(OUTPUT)

4
Misc/qs_pak/mkpak.sh Normal file → Executable file
View file

@ -1,11 +1,11 @@
#!/bin/sh
#
# Copyright (c) 2014, Sander van Dijk <a.h.vandijk@gmail.com>
#
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR