This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Ajaxterm/0001-Create-etc.patch
Ruben f1477239c3 - Apply patches from Debian (fixes #635238, #544033, enables UTF-8)
- Cleanup init script
- Add a sysconfig file
- Relocate pidfile to /var/run/ajaxterm/ajaxterm.pid
- Add a README.Fedora
- Add an example config for Apache
2010-10-17 19:11:01 +02:00

24 lines
708 B
Diff

From 309e643b66e9b15f005109360c87f425c459e7b0 Mon Sep 17 00:00:00 2001
From: Ruben <ruben@rubenkerkhof.com>
Date: Sun, 17 Oct 2010 18:09:25 +0200
Subject: [PATCH] Create /etc
---
configure.makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.makefile b/configure.makefile
index c866804..aed7ca6 100644
--- a/configure.makefile
+++ b/configure.makefile
@@ -4,6 +4,7 @@ build:
install:
install -d "%(bin)s"
install -d "%(lib)s"
+ install -d "%(etc)s"
install ajaxterm.bin "%(bin)s/ajaxterm"
install -m 644 ajaxterm.css ajaxterm.html ajaxterm.js qweb.py sarissa.js sarissa_dhtml.js utf8-escape.js "%(lib)s"
install -m 644 ajaxterm.conf "%(etc)s"
--
1.7.3.1