summaryrefslogtreecommitdiff
path: root/repo/apps/rxvt-unicode.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/apps/rxvt-unicode.xibuild')
-rw-r--r--repo/apps/rxvt-unicode.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/apps/rxvt-unicode.xibuild b/repo/apps/rxvt-unicode.xibuild
index ecf2df8..fd7e902 100644
--- a/repo/apps/rxvt-unicode.xibuild
+++ b/repo/apps/rxvt-unicode.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make ncurses)
-DEPS=(libxft perl startup-notification libnsl libptytty)
+MAKEDEPS="make ncurses"
+DEPS="libxft perl startup-notification libnsl libptytty"
DESC="Unicode fork of rxvt terminal emulator"