Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Merge remote branch 'mcepl/fedora'
Browse files Browse the repository at this point in the history
Conflicts:
	Makefile
  • Loading branch information
nougad committed Nov 13, 2011
2 parents d741578 + 2254c93 commit d2f21b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -15,7 +15,7 @@ ARCH := $(shell uname -m)
ARCH := $(shell echo ${ARCH} | sed 's/i686/x86/')
PLATFORM := $(shell uname)_$(ARCH)-gcc3

VERSION := $(shell git describe --tags || date +dev-%s)
VERSION := $(shell git describe --tags 2>/dev/null || date +dev-%s)
TARGET := libgnomekeyring.so
XPI_TARGET := gnome-keyring_password_integration-$(VERSION).xpi

Expand All @@ -33,7 +33,7 @@ build: build-xpi
build-xpi: $(XPI_TARGET)

$(XPI_TARGET): $(BUILD_FILES)
cd xpi && zip -r ../$@ *
cd xpi && zip -rq ../$@ *

xpi/platform/$(PLATFORM)/components/$(TARGET): $(TARGET)
mkdir -p xpi/platform/$(PLATFORM)/components
Expand Down

0 comments on commit d2f21b2

Please sign in to comment.