diff options
Diffstat (limited to 'grpmi')
-rw-r--r-- | grpmi/Makefile | 7 | ||||
-rw-r--r-- | grpmi/curl_download/curl_download.xs | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/grpmi/Makefile b/grpmi/Makefile index 94233fb0..29be902e 100644 --- a/grpmi/Makefile +++ b/grpmi/Makefile @@ -13,7 +13,7 @@ # #***************************************************************************** -DIRS = curl_download rpm po +DIRS = curl_download PREFIX = /usr/local DATADIR = $(PREFIX)/share @@ -30,11 +30,6 @@ install: $(ALL) @for n in $(DIRS); do \ (cd $$n; $(MAKE) install) \ done - install -d $(SBINDIR) - install grpmi.pl $(SBINDIR)/grpmi - perl -pi -e 's|use strict.*||' $(SBINDIR)/grpmi - perl -pi -e 's|use vars.*||' $(SBINDIR)/grpmi - perl -pi -e 's|use diagnostics.*||' $(SBINDIR)/grpmi clean: @for n in $(DIRS); do \ diff --git a/grpmi/curl_download/curl_download.xs b/grpmi/curl_download/curl_download.xs index 288982f9..b1edea81 100644 --- a/grpmi/curl_download/curl_download.xs +++ b/grpmi/curl_download/curl_download.xs @@ -38,7 +38,7 @@ #include <libintl.h> #undef _ -#define _(arg) dgettext("grpmi", arg) +#define _(arg) dgettext("rpmdrake", arg) char * my_asprintf(char *msg, ...) { |