Skip to content
Snippets Groups Projects
Commit c3d338ca authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#1224] Change path in package files

parent e5fcf4db
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ Authors: ...@@ -59,7 +59,7 @@ Authors:
%setup -q %setup -q
%build %build
cd libs/pjproject-1.0.1 cd libs/pjproject-1.0.2
./autogen.sh --prefix=%{_prefix} ./autogen.sh --prefix=%{_prefix}
make dep make dep
make clean make clean
...@@ -69,13 +69,13 @@ cd - ...@@ -69,13 +69,13 @@ cd -
make -j make -j
%install %install
cd libs/pjproject-1.0.1 cd libs/pjproject-1.0.2
make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install
cd - cd -
make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install
%clean %clean
cd libs/pjproject-1.0.1 cd libs/pjproject-1.0.2
make clean make clean
cd - cd -
make clean make clean
......
...@@ -58,7 +58,7 @@ Authors: ...@@ -58,7 +58,7 @@ Authors:
%setup -q %setup -q
%build %build
cd libs/pjproject-1.0.1 cd libs/pjproject-1.0.2
./autogen.sh --prefix=%{_prefix} ./autogen.sh --prefix=%{_prefix}
make dep make dep
make clean make clean
...@@ -68,13 +68,13 @@ cd - ...@@ -68,13 +68,13 @@ cd -
make -j make -j
%install %install
cd libs/pjproject-1.0.1 cd libs/pjproject-1.0.2
make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install
cd - cd -
make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install
%clean %clean
cd libs/pjproject-1.0.1 cd libs/pjproject-1.0.2
make clean make clean
cd - cd -
make clean make clean
......
...@@ -21,7 +21,7 @@ configure-stamp: ...@@ -21,7 +21,7 @@ configure-stamp:
dh_testdir dh_testdir
# Add here commands to configure the package. # Add here commands to configure the package.
./autogen.sh --prefix=/usr ./autogen.sh --prefix=/usr
cd libs/pjproject-1.0.1; ./autogen.sh --prefix=/usr cd libs/pjproject-1.0.2; ./autogen.sh --prefix=/usr
touch configure-stamp touch configure-stamp
#Architecture #Architecture
...@@ -31,7 +31,7 @@ build-arch: build-arch-stamp ...@@ -31,7 +31,7 @@ build-arch: build-arch-stamp
build-arch-stamp: configure-stamp build-arch-stamp: configure-stamp
# Add here commands to compile the arch part of the package. # Add here commands to compile the arch part of the package.
cd libs/pjproject-1.0.1; $(MAKE) dep; $(MAKE) clean; $(MAKE) cd libs/pjproject-1.0.2; $(MAKE) dep; $(MAKE) clean; $(MAKE)
cd -; $(MAKE) cd -; $(MAKE)
touch $@ touch $@
...@@ -72,7 +72,7 @@ install-arch: ...@@ -72,7 +72,7 @@ install-arch:
# Add here commands to install the arch part of the package into # Add here commands to install the arch part of the package into
# debian/tmp. # debian/tmp.
$(MAKE) DESTDIR=$(CURDIR)/debian/$(package) install $(MAKE) DESTDIR=$(CURDIR)/debian/$(package) install
cd libs/pjproject-1.0.1; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install cd libs/pjproject-1.0.2; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install
rm -rf $(CURDIR)/debian/$(package)/usr/include rm -rf $(CURDIR)/debian/$(package)/usr/include
dh_install -s dh_install -s
# Must not depend on anything. This is to be called by # Must not depend on anything. This is to be called by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment