Commit 2b3f2a346606965a555a9246e4f48ae8a4a48e60

Authored by Perry Werneck
1 parent 12daa570

Datadir is now based on product name.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Makefile.in
... ... @@ -305,8 +305,8 @@ install-dev: \
305 305 $(DESTDIR)$(libdir)/pkgconfig/lib3270.pc
306 306  
307 307 # Install translation files
308   - @$(MKDIR) $(DESTDIR)$(datarootdir)/pw3270/pot
309   - @$(INSTALL_DATA) $(POTDIR)/lib3270.pot $(DESTDIR)$(datarootdir)/pw3270/pot/lib3270.pot
  308 + @$(MKDIR) $(DESTDIR)$(datadir)/pot
  309 + @$(INSTALL_DATA) $(POTDIR)/lib3270.pot $(DESTDIR)$(datadir)/pot/lib3270.pot
310 310  
311 311 #---[ Misc Targets ]---------------------------------------------------------------------
312 312  
... ...