]> git.pld-linux.org Git - packages/GXedit.git/commitdiff
- fixed desktop file location.
authorpius <pius@pld-linux.org>
Mon, 28 Jun 1999 20:48:02 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GXedit.spec -> 1.6

GXedit.spec

index bd653fab135b0da60947925499ef91bc7a839a47..2dd07dfb8fcbf77616d2098d083c11c6560515cb 100644 (file)
@@ -47,13 +47,13 @@ make OPTFLAGS="$RPM_OPT_FLAGS -Wall" gxe
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},/etc/applnk/Editors}
+install -d $RPM_BUILD_ROOT{%{_bindir},/etc/X11/applnk/Editors}
 
 make install \
        SHARE=$RPM_BUILD_ROOT%{_datadir}/ \
        INSTALL_DIR=$RPM_BUILD_ROOT%{_bindir}/
 
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/applnk/Editors
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/applnk/Editors
 
 gzip -9nf docs/manual.txt docs/manual.ps docs/quickref.txt docs/quickref.ps \
        README CHANGELOG docs/DEPENDENCIES
@@ -68,7 +68,7 @@ rm -r $RPM_BUILD_ROOT
 
 %attr(755,root,root) %{_bindir}/*
 
-/etc/applnk/Editors/GXedit.desktop
+/etc/X11/applnk/Editors/GXedit.desktop
 %{_datadir}/GXedit
 
 %changelog
This page took 0.042708 seconds and 4 git commands to generate.