99791896b9
Tint is a simple panel/taskbar intentionally made for openbox3, but should also work with other window managers. The goal is to keep a clean and unintrusive look with lightweight code and compliance with freedesktop specifications. from Pierre-Emmanuel Andre with some tweaks
15 lines
379 B
Plaintext
15 lines
379 B
Plaintext
$OpenBSD: patch-src_Makefile,v 1.1.1.1 2008/09/17 15:39:51 ajacoutot Exp $
|
|
--- src/Makefile.orig Sat Jul 19 15:43:41 2008
|
|
+++ src/Makefile Wed Sep 17 14:51:56 2008
|
|
@@ -11,8 +11,8 @@ ifndef DESTDIR
|
|
XDG_CONFIG_DIR=/etc/xdg
|
|
endif
|
|
else
|
|
- BINDIR=$(DESTDIR)/usr/bin
|
|
- XDG_CONFIG_DIR=$(DESTDIR)/etc/xdg
|
|
+ BINDIR=$(PREFIX)/bin
|
|
+ XDG_CONFIG_DIR=$(PREFIX)/share/examples/
|
|
endif
|
|
|
|
|