File: 0002-create-icon-directories.patch

package info (click to toggle)
ibm-3270 4.1ga10-1.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 18,332 kB
  • sloc: ansic: 124,190; sh: 5,244; makefile: 869; python: 450; exp: 281; perl: 223; pascal: 129; tcl: 94
file content (12 lines) | stat: -rw-r--r-- 498 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: ibm-3270-4.1ga10/x3270/Makefile.obj.in
===================================================================
--- ibm-3270-4.1ga10.orig/x3270/Makefile.obj.in
+++ ibm-3270-4.1ga10/x3270/Makefile.obj.in
@@ -137,6 +137,7 @@ install::
 	if [ -d $(DESTDIR)$(ICONDIR) ]; \
 	then	for icon in $(ICONS); \
 		do	res=`echo $$icon | sed -e s/x3270-// -e s/.png//`; \
+			mkdir -p $(DESTDIR)$(ICONDIR)/$$res/apps/; \
 			$(INSTALL_DATA) $$icon $(DESTDIR)$(ICONDIR)/$$res/apps/x3270.png; \
 		done; \
 	fi