mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-10 12:01:43 +00:00
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:
parent
d10512a72b
commit
342c135a12
2 changed files with 3 additions and 2 deletions
|
@ -9,3 +9,4 @@ $(OUTPUT): $(INPUT)
|
|||
.PHONY: clean
|
||||
clean:
|
||||
rm -f $(OUTPUT)
|
||||
|
||||
|
|
4
Misc/qs_pak/mkpak.sh
Normal file → Executable file
4
Misc/qs_pak/mkpak.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Reference in a new issue