Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37479419
en ru br
Репозитории ALT
S:2.0.8-alt2
5.1: 2.0.6-alt1
4.1: 2.0.6-alt1
4.0: 2.0.6-alt1
3.0: 2.0.6-alt1
www.altlinux.org/Changes

Группа :: Мониторинг
Пакет: gkrellm-weather

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: gkrellweather-alt-install.patch
Скачать


--- gkrellweather/Makefile.orig	2009-01-11 21:15:02.000000000 +0300
+++ gkrellweather/Makefile	2017-03-01 17:09:26.873796846 +0300
@@ -31,14 +31,8 @@ gkrellweather.o: gkrellweather.c
 
 install:
 	(cd po && ${MAKE} install )
-	if [ -d /usr/lib/gkrellm2/plugins/ ] ; then \
-		install -c -s -m 644 gkrellweather.so /usr/lib/gkrellm2/plugins/ ; \
-	elif [ -d $(PREFIX)/lib/gkrellm2/plugins/ ] ; then \
-		install -c -s -m 644 gkrellweather.so $(PREFIX)/lib/gkrellm2/plugins/ ; \
-	else \
-		install -D -c -s -m 644 gkrellweather.so $(PREFIX)/lib/gkrellm2/plugins/gkrellweather.so ; \
-	fi
-	install -c -m 755 GrabWeather $(PREFIX)/bin
+	$(INSTALL) -d $(PLUGIN_DIR)
+	$(INSTALL) gkrellweather.so $(PLUGIN_DIR)
 
 uninstall:
 	(cd po && ${MAKE} uninstall )
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin