summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2008-08-26 07:28:01 +0000
committerWolfram Sang <w.sang@pengutronix.de>2008-08-26 07:28:01 +0000
commitb950165321ca2fcd12a6c54b841f37f85144b9e1 (patch)
tree36db7f6fd68aca396beaccf5c207a1d728e22a06 /bin
parentbf52ae6c46f62408bc7dc72129b95791844816c7 (diff)
downloadptxdist-b950165321ca2fcd12a6c54b841f37f85144b9e1.tar.gz
ptxdist-b950165321ca2fcd12a6c54b841f37f85144b9e1.tar.xz
* move template files into templates-dir
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8782 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index b0463cee0..103e5f92f 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -813,7 +813,7 @@ newpacket() {
year="$(date +%Y)"
for template_suffix in "make" "in"; do
- template_file="${RULESDIR}/${template}-${template_suffix}"
+ template_file="${TEMPLATESDIR}/${template}-${template_suffix}"
filename="${class}${packet_filename}.${template_suffix}"
if [ ! -f "${template_file}" ]; then